Uses of Enum Class
net.minecraft.block.entity.DecoratedPotBlockEntity.WobbleType
Packages that use DecoratedPotBlockEntity.WobbleType
-
Uses of DecoratedPotBlockEntity.WobbleType in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as DecoratedPotBlockEntity.WobbleTypeMethods in net.minecraft.block.entity that return DecoratedPotBlockEntity.WobbleTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DecoratedPotBlockEntity.WobbleType[]DecoratedPotBlockEntity.WobbleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.block.entity with parameters of type DecoratedPotBlockEntity.WobbleTypeModifier and TypeMethodDescriptionvoidDecoratedPotBlockEntity.wobble(DecoratedPotBlockEntity.WobbleType wobbleType) -
Uses of DecoratedPotBlockEntity.WobbleType in net.minecraft.client.render.block.entity.state
Fields in net.minecraft.client.render.block.entity.state declared as DecoratedPotBlockEntity.WobbleType