public class Constants
extends java.lang.Object
| 修飾子とタイプ | クラスと説明 | 
|---|---|
| static class  | Constants.BlockFlagsThe flags used when calling
  IWorldWriter.setBlockState(BlockPos, BlockState, int)Can be found from World.setBlockState(BlockPos, BlockState, int),World.markAndNotifyBlock(net.minecraft.util.math.BlockPos, net.minecraft.world.chunk.Chunk, net.minecraft.block.BlockState, net.minecraft.block.BlockState, int), andWorldRenderer.notifyBlockUpdate(net.minecraft.world.IBlockReader, net.minecraft.util.math.BlockPos, net.minecraft.block.BlockState, net.minecraft.block.BlockState, int)Flags can be combined with bitwise OR | 
| static class  | Constants.NBTNBT Tag type IDS, used when storing the nbt to disc, Should align with  net.minecraft.nbt.INBT#createandnet.minecraft.nbt.INBT#getTypeNameMain use is checking tag type inCompoundNBT.contains(String, int) | 
| static class  | Constants.WorldEventsThe world event IDS, used when calling  IWorld.playEvent(int, BlockPos, int). | 
| コンストラクタと説明 | 
|---|
| Constants() |