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_STATEprivate static final Map<Tilt, VoxelShape> BigDripleafBlock.SHAPE_LEAFprivate static final EnumProperty<Tilt> BigDripleafBlock.TILTMethods in net.minecraft.world.level.block with parameters of type TiltModifier and TypeMethodDescriptionprivate static voidBigDripleafBlock.setTilt(BlockState pState, Level pLevel, BlockPos pPos, Tilt pTilt) private voidBigDripleafBlock.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