Uses of Class
net.minecraft.block.enums.Tilt
| Package | Description |
|---|---|
| net.minecraft.block | |
| net.minecraft.block.enums | |
| net.minecraft.state.property |
-
Uses of Tilt in net.minecraft.block
Fields in net.minecraft.block with type parameters of type Tilt Modifier and Type Field Description private static Object2IntMap<Tilt>BigDripleafBlock. NEXT_TILT_DELAYSprivate static Map<Tilt,VoxelShape>BigDripleafBlock. SHAPES_FOR_TILTprivate static EnumProperty<Tilt>BigDripleafBlock. TILTMethods in net.minecraft.block with parameters of type Tilt Modifier and Type Method Description private static voidBigDripleafBlock. changeTilt(BlockState state, World world, BlockPos pos, Tilt tilt)private voidBigDripleafBlock. changeTilt(BlockState state, World world, BlockPos pos, Tilt tilt, @Nullable SoundEvent sound) -
Uses of Tilt in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return Tilt Modifier and Type Method Description static TiltTilt. valueOf(String name)Returns the enum constant of this type with the specified name.static Tilt[]Tilt. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Tilt in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type Tilt Modifier and Type Field Description static EnumProperty<Tilt>Properties. TILT