Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
H
- HardLightBlock - Class in etithespirit.orimod.common.block.light
- HardLightBlock() - Constructor for class etithespirit.orimod.common.block.light.HardLightBlock
- has() - Method in class etithespirit.orimod.api.environment.defaultimpl.AffinityWithFX.SetOnce
-
Signifies whether or not the value has been set.
- hasAllFlags(int, int) - Static method in class etithespirit.orimod.GeneralUtils
-
Returns true if
(value & flag) == flag
(or,value
has the bits defined byflag
all set to 1). - hasAllFlags(int, int) - Static method in class etithespirit.orimod.util.Bit32
-
Returns true if the given value has all of the bits in flags set.
- hasAnyFlag(int, int) - Static method in class etithespirit.orimod.GeneralUtils
-
Returns true if
(value & flag) > 0
(or,value
has at least one of the bits defined byflag
set to 1). - hasAnyFlag(int, int) - Static method in class etithespirit.orimod.util.Bit32
-
Returns true if the given value has at least one of the bits in flags set.
- hasDecayReplacementFor(Level, BlockPos, StateHolder<?, ?>) - Method in interface etithespirit.orimod.common.block.decay.IDecayBlock
-
Returns whether or not a replacement for the given state exists.
- hasDecayReplacementFor(Level, BlockPos, StateHolder<?, ?>) - Method in class etithespirit.orimod.common.block.decay.world.DecaySurfaceMyceliumBlock
- hasExpired() - Method in class etithespirit.orimod.server.persistence.SpiritPermissions.SpiritEntry
- hashCode() - Method in class etithespirit.orimod.networking.spirit.SpiritStateReplicationPacket
- hasMutualConnectionInDirection(BlockGetter, BlockPos, Direction, boolean) - Static method in class etithespirit.orimod.aos.ConnectionHelper
-
Similar to
ConnectionHelper.hasOutgoingConnectionInDirection(BlockGetter, BlockPos, Direction, boolean)
but this also checks the neighbor to this block.
Consider usingConnectionHelper.hasMutualConnectionToOther(BlockGetter, BlockPos, BlockPos, boolean)
if you wish to pass in a secondBlockPos
instead of aDirection
. - hasMutualConnectionToOther(BlockGetter, BlockPos, BlockPos, boolean) - Static method in class etithespirit.orimod.aos.ConnectionHelper
-
Similar to
ConnectionHelper.hasOutgoingConnectionInDirection(BlockGetter, BlockPos, Direction, boolean)
but this also checks the neighbor to this block. - hasNonAirNonFluidFullNeighbor(BlockGetter, BlockPos) - Static method in class etithespirit.orimod.info.coordinate.SixSidedUtils
-
This returns true if at least one adjacent block is not air, not occupied by a fluid or waterlogged, and has a funn face facing the block at the given
BlockPos
. - hasOutgoingConnectionInDirection(BlockGetter, BlockPos, Direction, boolean) - Static method in class etithespirit.orimod.aos.ConnectionHelper
-
Returns whether or not the block
at
is able to establish a connection in the direction ofdir
. - hasPlayedStartup - Variable in class etithespirit.orimod.client.audio.LoopingLightEnergyBlockSound
-
Whether or not the startup sound has played.
- hasRealMethods() - Static method in class etithespirit.orimod.api.spirit.SpiritAccessor
-
Returns whether or not the real methods are present, as opposed to dummy methods that always return default values or do nothing.
- healsInto(BlockState) - Method in class etithespirit.orimod.common.block.decay.DecayLiquidBlock
- healsInto(BlockState) - Method in class etithespirit.orimod.common.block.decay.flora.DecayLogBase
- healsInto(BlockState) - Method in interface etithespirit.orimod.common.block.decay.IDecayBlock
-
When this Decay block is cured, this is the
BlockState
(of some vanilla or mod block) that it should heal into. - healsInto(BlockState) - Method in class etithespirit.orimod.common.block.decay.world.DecayDirtMyceliumBlock
- healsInto(BlockState) - Method in class etithespirit.orimod.common.block.decay.world.DecayPlantMatterBlock
- healsInto(BlockState) - Method in class etithespirit.orimod.common.block.decay.world.DecaySurfaceMyceliumBlock
- HEALTH_MOD - Static variable in class etithespirit.orimod.player.EffectEnforcement
-
This attribute makes Spirits have only half the health of a player.
- HEALTH_TO_LUX_RATIO - Static variable in class etithespirit.orimod.config.OriModConfigs
-
Deprecated.
- HEIGHT_MOD - Static variable in class etithespirit.orimod.client.render.SpiritModel
-
Spirits will be rendered at this amount of scale on the Y axis.
- HURT - Enum constant in enum class etithespirit.orimod.client.audio.VanillaSoundIdentifier.CustomSoundType
-
This sound corresponds to taking damage.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form