| BlockSnapshot |
Represents a captured snapshot of a block which will not change
automatically.
|
| ChunkCoordComparator |
|
| CompoundDataFixer |
|
| Constants |
A class containing constants for magic numbers used in the minecraft codebase.
|
| Constants.AiMutexBits |
|
| Constants.AttributeModifierOperation |
|
| Constants.BlockFlags |
The flags used when calling World.setBlockState(net.minecraft.util.math.BlockPos, net.minecraft.block.state.IBlockState, int)
Can be found from World.markAndNotifyBlock(net.minecraft.util.math.BlockPos, net.minecraft.world.chunk.Chunk, net.minecraft.block.state.IBlockState, net.minecraft.block.state.IBlockState, int) and RenderGlobal.notifyBlockUpdate(net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.block.state.IBlockState, net.minecraft.block.state.IBlockState, int)
Flags can be combined with bitwise OR
|
| Constants.EntityFlags |
|
| 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.hasKey(String, int)
|
| Constants.WorldEvents |
|
| EnumHelper |
|
| FakePlayer |
|
| FakePlayerFactory |
|
| JsonUtils |
|
| ModFixs |
|
| PacketUtil |
|
| RecipeMatcher |
|
| TextTable |
Utility to format data into a textual (markdown-compliant) table.
|
| TextTable.Column |
|
| TextTable.Row |
|
| WorldCapabilityData |
|