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.LEAF_SHAPESprivate static final EnumProperty<Tilt> BigDripleafBlock.TILTMethods in net.minecraft.world.level.block with parameters of type TiltModifier and TypeMethodDescriptionprivate static voidBigDripleafBlock.setTilt(BlockState state, Level level, BlockPos pos, Tilt p_tilt) private voidBigDripleafBlock.setTiltAndScheduleTick(BlockState state, Level level, BlockPos pos, Tilt tilt, SoundEvent sound) -
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