Nested Classes
Modifier and Type |
Class and Description |
static class |
Constants.AiMutexBits
|
static class |
Constants.AttributeModifierOperation
|
static class |
Constants.BlockFlags
The flags used when calling
World.setBlockState(BlockPos, IBlockState, int)
Can be found from World.setBlockState(BlockPos, IBlockState, int) ,
World.markAndNotifyBlock(net.minecraft.util.math.BlockPos, net.minecraft.world.chunk.Chunk, net.minecraft.block.state.IBlockState, net.minecraft.block.state.IBlockState, int) , and
WorldRenderer.notifyBlockUpdate(net.minecraft.world.IBlockReader, net.minecraft.util.math.BlockPos, net.minecraft.block.state.IBlockState, net.minecraft.block.state.IBlockState, int)
Flags can be combined with bitwise OR
|
static class |
Constants.EntityFlags
|
static class |
Constants.NBT
NBT Tag type IDS, used when storing the nbt to disc, Should align with NBTBase.getId,
table used in NBTBase.func_150283_g
Main use is checking tag type in NBTTagCompound.contains(String, int)
|
static class |
Constants.WorldEvents
|