Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
N
- NBTIOHelper - Class in etithespirit.orimod.util.nbt
-
This class provides utilities that allow writing some more object types to NBT as well as reading that data back.
- needsToDoEdgeCheck(RandomSource, int, int) - Method in interface etithespirit.orimod.common.block.decay.IDecayBlock
-
Checks if this tick operation should be changed into an edge check.
- needsToSpread(StateHolder<?, ?>) - Method in interface etithespirit.orimod.common.block.decay.IDecayBlock
-
Returns whether or not this decay block needs to spread because one or more of its adjacent blocks is not a decay block.
- neighborChanged(BlockState, Level, BlockPos, Block, BlockPos, boolean) - Method in class etithespirit.orimod.common.block.decay.DecayBlockBase
- neighborChanged(BlockState, Level, BlockPos, Block, BlockPos, boolean) - Method in class etithespirit.orimod.common.block.decay.DecayLiquidBlock
- neighborChanged(BlockState, Level, BlockPos, Block, BlockPos, boolean) - Method in class etithespirit.orimod.common.block.decay.flora.DecayLogBase
- neighborChanged(BlockState, Level, BlockPos, Block, BlockPos, boolean) - Method in class etithespirit.orimod.common.block.decay.world.DecaySurfaceMyceliumBlock
- neighborChanged(BlockState, Level, BlockPos, Block, BlockPos, boolean) - Method in class etithespirit.orimod.common.block.light.connection.ConnectableLightTechBlock
- neighborFlagForBlockDirection(BlockPos, BlockPos) - Static method in class etithespirit.orimod.info.coordinate.SixSidedUtils
-
Given two given block positions, this will return a value with a single flag set that represents the direction from
at
->otherAt
. - NetworkReplicated - Annotation Interface in etithespirit.orimod.annotation
-
The
NetworkReplicated
annotation signifies that the attached element is automatically replicated over the network by some system.
This does NOT imply it is synchronized immediately! This is not functional and exists for programmers only. - newBlockEntity(BlockPos, BlockState) - Method in class etithespirit.orimod.common.block.light.LightCapacitorBlock
- newBlockEntity(BlockPos, BlockState) - Method in class etithespirit.orimod.common.block.light.LightConduitBlock
- newBlockEntity(BlockPos, BlockState) - Method in class etithespirit.orimod.common.block.light.SolidLightConduitBlock
- nextID() - Static method in class etithespirit.orimod.networking.ReplicationData
- NO_EXISTING - Enum constant in enum class etithespirit.orimod.common.block.decay.DecayWorldConfigBehavior
-
This decay block is not allowed to exist in the world.
- NO_OVERWRITE - Enum constant in enum class etithespirit.orimod.client.audio.VanillaSoundIdentifier.CustomSoundType
-
This sound has not been bound to a specific type and will use the vanilla sound instead.
- NO_SPREADING - Enum constant in enum class etithespirit.orimod.common.block.decay.DecayWorldConfigBehavior
-
This decay block can exist in the world, but cannot spread or infect nearby blocks.
- notifyOfUpdatingBlockChangeAfter(BlockPos, BlockState, BlockState) - Static method in class etithespirit.orimod.common.tile.WorldUpdateListener
-
For internal use only.
- notifyOfUpdatingBlockChangeBefore(BlockPos, BlockState, BlockState) - Static method in class etithespirit.orimod.common.tile.WorldUpdateListener
-
For internal use only.
- NotImplementedException - Exception in etithespirit.exception
-
A mimicry of .NET's NotImplementedException which is used for (usually) abstract methods that do not have an implementation, or code that is otherwise incomplete.
- NotImplementedException() - Constructor for exception etithespirit.exception.NotImplementedException
-
Create a new instance of this exception using the default message,
"This method or operation is not implemented."
- NotImplementedException(String) - Constructor for exception etithespirit.exception.NotImplementedException
-
Create a new instance of this exception, overriding the display message.
- NotNetworkReplicated - Annotation Interface in etithespirit.orimod.annotation
-
The
@NotNetworkReplicated
annotation signifies that the attached element is not replicated over the network by some system. - NULL - Enum constant in enum class etithespirit.orimod.api.spiritmaterial.SpiritMaterial
-
Corresponds to no material (or Air)
- NumberRange - Class in etithespirit.orimod.api.util.valuetypes
-
A value representing a range between two numbers [min, max]
- NumberRange(double, double) - Constructor for class etithespirit.orimod.api.util.valuetypes.NumberRange
-
Creates a new range between min and max, as well as a new randomizer for use in the
NumberRange.random()
method. - NumberRange(double, double, Random) - Constructor for class etithespirit.orimod.api.util.valuetypes.NumberRange
-
Creates a new range between min and max, using the given randomizer for the
NumberRange.random()
method.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form