Class BlockStateModelSet
java.lang.Object
net.minecraft.client.renderer.block.BlockStateModelSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BlockStateModelprivate final Map<BlockState, BlockStateModel> -
Constructor Summary
ConstructorsConstructorDescriptionBlockStateModelSet(Map<BlockState, BlockStateModel> modelByState, BlockStateModel missingModel) -
Method Summary
Modifier and TypeMethodDescriptionget(BlockState state) getParticleMaterial(BlockState blockState) getParticleMaterial(BlockState blockState, BlockAndTintGetter level, BlockPos pos)
-
Field Details
-
modelByState
-
missingModel
-
-
Constructor Details
-
BlockStateModelSet
public BlockStateModelSet(Map<BlockState, BlockStateModel> modelByState, BlockStateModel missingModel)
-
-
Method Details
-
get
-
missingModel
-
getParticleMaterial
-
getParticleMaterial
public Material.Baked getParticleMaterial(BlockState blockState, BlockAndTintGetter level, BlockPos pos)
-