Package net.minecraft.data
Class BlockFamily
java.lang.Object
net.minecraft.data.BlockFamily
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
baseBlock
 - 
variants
 - 
generateModel
boolean generateModel - 
generateRecipe
boolean generateRecipe - 
recipeGroupPrefix
 - 
recipeUnlockedBy
 
 - 
 - 
Constructor Details
- 
BlockFamily
BlockFamily(Block p_175950_)  
 - 
 - 
Method Details
- 
getBaseBlock
 - 
getVariants
 - 
get
 - 
shouldGenerateModel
public boolean shouldGenerateModel() - 
shouldGenerateRecipe
public boolean shouldGenerateRecipe() - 
getRecipeGroupPrefix
 - 
getRecipeUnlockedBy
 
 -