Uses of Enum Class
net.minecraft.block.DoublePlantBlock.DoublePlantType
Packages that use DoublePlantBlock.DoublePlantType
-
Uses of DoublePlantBlock.DoublePlantType in net.minecraft.block
Fields in net.minecraft.block declared as DoublePlantBlock.DoublePlantTypeModifier and TypeFieldDescriptionprivate static final DoublePlantBlock.DoublePlantType[]DoublePlantBlock.DoublePlantType.VALUESFields in net.minecraft.block with type parameters of type DoublePlantBlock.DoublePlantTypeModifier and TypeFieldDescriptionstatic final EnumProperty<DoublePlantBlock.DoublePlantType>DoublePlantBlock.VARIANTMethods in net.minecraft.block that return DoublePlantBlock.DoublePlantTypeModifier and TypeMethodDescriptionDoublePlantBlock.DoublePlantType.getById(int id) DoublePlantBlock.getVariant(BlockView blockView, BlockPos blockPos) Returns the enum constant of this class with the specified name.static DoublePlantBlock.DoublePlantType[]DoublePlantBlock.DoublePlantType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.block with parameters of type DoublePlantBlock.DoublePlantTypeModifier and TypeMethodDescriptionvoidDoublePlantBlock.method_8752(World world, BlockPos blockPos, DoublePlantBlock.DoublePlantType doublePlantType, int int2) -
Uses of DoublePlantBlock.DoublePlantType in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as DoublePlantBlock.DoublePlantTypeModifier and TypeFieldDescriptionprivate DoublePlantBlock.DoublePlantTypeDoublePlantFeature.field_10148Methods in net.minecraft.world.gen.feature with parameters of type DoublePlantBlock.DoublePlantTypeModifier and TypeMethodDescriptionvoidDoublePlantFeature.method_9207(DoublePlantBlock.DoublePlantType doublePlantType)