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_DELAYS
private static Map<Tilt,VoxelShape>
BigDripleafBlock. SHAPES_FOR_TILT
private static EnumProperty<Tilt>
BigDripleafBlock. TILT
Methods in net.minecraft.block with parameters of type Tilt Modifier and Type Method Description private static void
BigDripleafBlock. changeTilt(BlockState state, World world, BlockPos pos, Tilt tilt)
private void
BigDripleafBlock. 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 Tilt
Tilt. 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