Interface BlockStateModel.Unbaked
- All Superinterfaces:
ResolvableModel
- All Known Subinterfaces:
CustomUnbakedBlockStateModel
- All Known Implementing Classes:
CompositeBlockModel.Unbaked
,SingleVariant.Unbaked
,WeightedVariants.Unbaked
- Enclosing interface:
BlockStateModel
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.resources.model.ResolvableModel
ResolvableModel.Resolver
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<BlockStateModel.Unbaked> static final com.mojang.serialization.Codec
<WeightedVariants.Unbaked> static final com.mojang.serialization.Codec
<com.mojang.datafixers.util.Either<CustomUnbakedBlockStateModel, SingleVariant.Unbaked>> static final com.mojang.serialization.Codec
<Weighted<com.mojang.datafixers.util.Either<CustomUnbakedBlockStateModel, SingleVariant.Unbaked>>> -
Method Summary
Modifier and TypeMethodDescriptiondefault BlockStateModel.UnbakedRoot
asRoot()
bake
(ModelBaker p_405252_) Methods inherited from interface net.minecraft.client.resources.model.ResolvableModel
resolveDependencies
-
Field Details
-
ELEMENT_CODEC
-
SINGLE_MODEL_CODEC
@Internal static final com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<CustomUnbakedBlockStateModel,SingleVariant.Unbaked>> SINGLE_MODEL_CODEC -
WEIGHTED_MODEL_CODEC
@Internal static final com.mojang.serialization.Codec<Weighted<com.mojang.datafixers.util.Either<CustomUnbakedBlockStateModel,SingleVariant.Unbaked>>> WEIGHTED_MODEL_CODEC -
HARDCODED_WEIGHTED_CODEC
-
CODEC
-
-
Method Details
-
bake
-
asRoot
-