Uses of Interface
net.neoforged.neoforge.client.model.block.CustomUnbakedBlockStateModel
Packages that use CustomUnbakedBlockStateModel
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of CustomUnbakedBlockStateModel in net.minecraft.client.renderer.block.model
Fields in net.minecraft.client.renderer.block.model with type parameters of type CustomUnbakedBlockStateModelModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<CustomUnbakedBlockStateModel, SingleVariant.Unbaked>> BlockStateModel.Unbaked.SINGLE_MODEL_CODECstatic final com.mojang.serialization.Codec<Weighted<com.mojang.datafixers.util.Either<CustomUnbakedBlockStateModel, SingleVariant.Unbaked>>> BlockStateModel.Unbaked.WEIGHTED_MODEL_CODEC -
Uses of CustomUnbakedBlockStateModel in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event with type parameters of type CustomUnbakedBlockStateModelModifier and TypeFieldDescriptionprivate final ExtraCodecs.LateBoundIdMapper<ResourceLocation, com.mojang.serialization.MapCodec<? extends CustomUnbakedBlockStateModel>> RegisterBlockStateModels.modelIdMapperMethod parameters in net.neoforged.neoforge.client.event with type arguments of type CustomUnbakedBlockStateModelModifier and TypeMethodDescriptionvoidRegisterBlockStateModels.registerModel(ResourceLocation location, com.mojang.serialization.MapCodec<? extends CustomUnbakedBlockStateModel> codec) Constructor parameters in net.neoforged.neoforge.client.event with type arguments of type CustomUnbakedBlockStateModelModifierConstructorDescriptionRegisterBlockStateModels(ExtraCodecs.LateBoundIdMapper<ResourceLocation, com.mojang.serialization.MapCodec<? extends CustomUnbakedBlockStateModel>> modelIdMapper, ExtraCodecs.LateBoundIdMapper<ResourceLocation, com.mojang.serialization.MapCodec<? extends CustomBlockModelDefinition>> defintionIdMapper) -
Uses of CustomUnbakedBlockStateModel in net.neoforged.neoforge.client.model.block
Classes in net.neoforged.neoforge.client.model.block that implement CustomUnbakedBlockStateModelFields in net.neoforged.neoforge.client.model.block with type parameters of type CustomUnbakedBlockStateModelModifier and TypeFieldDescription(package private) static final ExtraCodecs.LateBoundIdMapper<ResourceLocation, com.mojang.serialization.MapCodec<? extends CustomUnbakedBlockStateModel>> BlockStateModelHooks.BLOCK_STATE_MODEL_IDSMethods in net.neoforged.neoforge.client.model.block that return types with arguments of type CustomUnbakedBlockStateModelModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<? extends CustomUnbakedBlockStateModel> CompositeBlockModel.Unbaked.codec()com.mojang.serialization.MapCodec<? extends CustomUnbakedBlockStateModel> CustomUnbakedBlockStateModel.codec()Returns the codec for this type of unbaked block state model.static com.mojang.serialization.Codec<Weighted<com.mojang.datafixers.util.Either<CustomUnbakedBlockStateModel, SingleVariant.Unbaked>>> BlockStateModelHooks.makeElementCodec()static com.mojang.serialization.MapCodec<com.mojang.datafixers.util.Either<CustomUnbakedBlockStateModel, SingleVariant.Unbaked>> BlockStateModelHooks.makeSingleModelCodec() -
Uses of CustomUnbakedBlockStateModel in net.neoforged.neoforge.client.model.generators.blockstate
Fields in net.neoforged.neoforge.client.model.generators.blockstate declared as CustomUnbakedBlockStateModelModifier and TypeFieldDescriptionprivate final CustomUnbakedBlockStateModelCustomBlockStateModelBuilder.Simple.blockStateModelMethods in net.neoforged.neoforge.client.model.generators.blockstate that return CustomUnbakedBlockStateModelModifier and TypeMethodDescriptionCompositeBlockStateModelBuilder.toUnbaked()CustomBlockStateModelBuilder.Simple.toUnbaked()abstract CustomUnbakedBlockStateModelCustomBlockStateModelBuilder.toUnbaked()Convert this builder to the finalCustomUnbakedBlockStateModelfor serialization.Constructors in net.neoforged.neoforge.client.model.generators.blockstate with parameters of type CustomUnbakedBlockStateModel