Uses of Enum Class
net.minecraft.world.level.block.state.properties.Tilt
Packages that use Tilt
Package
Description
-
Uses of Tilt in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type TiltModifier and TypeFieldDescriptionprivate static final it.unimi.dsi.fastutil.objects.Object2IntMap
<Tilt> BigDripleafBlock.DELAY_UNTIL_NEXT_TILT_STATE
private static final Map
<Tilt, VoxelShape> BigDripleafBlock.LEAF_SHAPES
private static final EnumProperty
<Tilt> BigDripleafBlock.TILT
Methods in net.minecraft.world.level.block with parameters of type TiltModifier and TypeMethodDescriptionprivate static void
BigDripleafBlock.setTilt
(BlockState pState, Level pLevel, BlockPos pPos, Tilt pTilt) private void
BigDripleafBlock.setTiltAndScheduleTick
(BlockState pState, Level pLevel, BlockPos pPos, Tilt pTilt, SoundEvent pSound) -
Uses of Tilt in net.minecraft.world.level.block.state.properties
Fields in net.minecraft.world.level.block.state.properties with type parameters of type TiltMethods in net.minecraft.world.level.block.state.properties that return Tilt