Uses of Class
net.minecraft.block.Material
-
Uses of Material in net.minecraft.block
Modifier and TypeFieldDescriptionstatic Material
Material.AGGREGATE
A material or structure formed from a loosely compacted mass of fragments or particles.static Material
Material.AIR
static Material
Material.AMETHYST
static Material
Material.BAMBOO
static Material
Material.BAMBOO_SAPLING
static Material
Material.BARRIER
static Material
Material.BUBBLE_COLUMN
static Material
Material.CACTUS
static Material
Material.CAKE
static Material
Material.CARPET
static Material
Material.COBWEB
static Material
Material.DECORATION
Material for decoration blocks such as redstone components, torches, flower pots, rails, buttons, and skulls.static Material
Material.DENSE_ICE
Material for ice blocks that do not melt.static Material
Material.EGG
Material for egg blocks, such as dragon and turtle eggs.static Material
Material.FIRE
static Material
Material.GLASS
Material for glass and glass-like blocks (includes sea lanterns and conduits).static Material
Material.GOURD
Material for gourds.static Material
Material.ICE
Material for ice that can melt.static Material
Material.LAVA
static Material
Material.LEAVES
private Material
AbstractBlock.AbstractBlockState.material
protected Material
AbstractBlock.material
(package private) Material
AbstractBlock.Settings.material
static Material
Material.METAL
Material for blocks metallic in nature, such as cauldrons, bells, iron doors, and iron trapdoors.static Material
Material.MOSS_BLOCK
Material for full sized moss blocks.static Material
Material.NETHER_SHOOTS
Material for crimson and warped roots, as well as Nether sprouts.static Material
Material.NETHER_WOOD
Material for blocks crafted from Nether stems and hyphae.static Material
Material.ORGANIC_PRODUCT
Material for blocks that come from mobs such as honey, slime, or infested blocks.static Material
Material.PISTON
static Material
Material.PLANT
Material for plants such as flowers and cropsstatic Material
Material.PORTAL
Material for the various portal blocks.static Material
Material.POWDER_SNOW
static Material
Material.REDSTONE_LAMP
static Material
Material.REPAIR_STATION
Material for blocks that can repair tools, including grindstone and anvils.static Material
Material.REPLACEABLE_PLANT
static Material
Material.REPLACEABLE_UNDERWATER_PLANT
static Material
Material.SCULK
static Material
Material.SHULKER_BOX
static Material
Material.SNOW_BLOCK
Material for full sized snow blocks.static Material
Material.SNOW_LAYER
Material for non-full blocks of snow.static Material
Material.SOIL
Material for the top layer of soil.static Material
Material.SOLID_ORGANIC
Organic blocks that are solid, including hay, target, and grass blocks.static Material
Material.SPONGE
static Material
Material.STONE
Material for blocks that are stone or made from it, and generally prefer to be broken by a pickaxe.static Material
Material.STRUCTURE_VOID
Material for structure void block.static Material
Material.TNT
static Material
Material.UNDERWATER_PLANT
Material for underwater plants without the replaceable property.static Material
Material.WATER
static Material
Material.WOOD
Material for wood logs, and things crafted from them.static Material
Material.WOOL
Material for wool and bed blocks.Modifier and TypeMethodDescriptionMaterial.Builder.build()
AbstractBlock.AbstractBlockState.getMaterial()
Modifier and TypeMethodDescriptionstatic AbstractBlock.Settings
static AbstractBlock.Settings
AbstractBlock.Settings.of(Material material, Function<BlockState,MapColor> mapColor)
static AbstractBlock.Settings
static AbstractBlock.Settings
-
Uses of Material in net.minecraft.util.function