Uses of Class
net.minecraft.block.enums.SlabType
| Package | Description |
|---|---|
| net.minecraft.block | |
| net.minecraft.block.enums | |
| net.minecraft.state.property |
-
Uses of SlabType in net.minecraft.block
Fields in net.minecraft.block with type parameters of type SlabType Modifier and Type Field Description static EnumProperty<SlabType>SlabBlock. TYPE -
Uses of SlabType in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return SlabType Modifier and Type Method Description static SlabTypeSlabType. valueOf(String name)Returns the enum constant of this type with the specified name.static SlabType[]SlabType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SlabType in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type SlabType Modifier and Type Field Description static EnumProperty<SlabType>Properties. SLAB_TYPEA property that specifies the type of slab.