Package net.minecraft.data.client.model
Class BlockStateModelGenerator
java.lang.Object
net.minecraft.data.client.model.BlockStateModelGenerator
- Mappings:
Namespace Name official iuintermediary net/minecraft/class_4910named net/minecraft/data/client/model/BlockStateModelGenerator
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) class(package private) class(package private) class(package private) static interface(package private) static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Consumer<BlockStateSupplier>static Map<BooleanProperty,Function<Identifier,BlockStateVariant>>A map from a boolean property about connection on one direction to a function that creates a block state variant for connection on that direction with a given connection model.private BiConsumer<Identifier,Supplier<JsonElement>>private Map<Block,TexturedModel>private Map<Block,BlockStateModelGenerator.StateFactory>private static Map<BlockFamily.Variant,BiConsumer<BlockStateModelGenerator.BlockTexturePool,Block>> -
Constructor Summary
ConstructorsConstructorDescriptionBlockStateModelGenerator(Consumer<BlockStateSupplier> blockStateCollector, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector, Consumer<Item> simpleItemModelExemptionCollector) -
Method Summary
Modifier and TypeMethodDescriptionprivate BlockStateVariantaddJigsawOrientationToVariant(JigsawOrientation orientation, BlockStateVariant variant)private static List<BlockStateVariant>buildBlockStateVariants(List<Identifier> modelIds, UnaryOperator<BlockStateVariant> processor)private static BlockStateSuppliercreateAxisRotatedBlockState(Block block, Identifier modelId)private static BlockStateSuppliercreateAxisRotatedBlockState(Block block, Identifier verticalModelId, Identifier horizontalModelId)private static BlockStateVariantMapprivate static VariantsBlockStateSuppliercreateBlockStateWithRandomHorizontalRotations(Block block, Identifier modelId)private static VariantsBlockStateSuppliercreateBlockStateWithTwoModelAndRandomInversion(Block block, Identifier firstModelId, Identifier secondModelId)private static BlockStateVariantMapcreateBooleanModelMap(BooleanProperty property, Identifier trueModel, Identifier falseModel)private static BlockStateSuppliercreateButtonBlockState(Block buttonBlock, Identifier regularModelId, Identifier pressedModelId)private static BlockStateSuppliercreateDeepslateState(Block block, Identifier modelId, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)private static BlockStateSuppliercreateDoorBlockState(Block doorBlock, Identifier bottomModelId, Identifier bottomHingeModelId, Identifier topModelId, Identifier topHingeModelId)private static BlockStateVariantMapprivate static BlockStateSuppliercreateFenceBlockState(Block fenceBlock, Identifier postModelId, Identifier sideModelId)private static BlockStateSuppliercreateFenceGateBlockState(Block fenceGateBlock, Identifier openModelId, Identifier closedModelId, Identifier openWallModelId, Identifier closedWallModelId)private static BlockStateVariant[]private static BlockStateVariantMapprivate static BlockStateVariantMapprivate static BlockStateSuppliercreateOrientableTrapdoorBlockState(Block trapdoorBlock, Identifier topModelId, Identifier bottomModelId, Identifier openModelId)private static BlockStateSuppliercreatePressurePlateBlockState(Block pressurePlateBlock, Identifier upModelId, Identifier downModelId)private static VariantsBlockStateSuppliercreateSingletonBlockState(Block block, Identifier modelId)private static BlockStateSuppliercreateSlabBlockState(Block slabBlock, Identifier bottomModelId, Identifier topModelId, Identifier fullModelId)private static BlockStateVariantMapprivate static BlockStateSuppliercreateStairsBlockState(Block stairsBlock, Identifier innerModelId, Identifier regularModelId, Identifier outerModelId)private static BlockStateSuppliercreateStoneState(Block block, Identifier modelId, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)private IdentifiercreateSubModel(Block block, String suffix, Model model, Function<Identifier,Texture> textureFactory)private static BlockStateSuppliercreateTrapdoorBlockState(Block trapdoorBlock, Identifier topModelId, Identifier bottomModelId, Identifier openModelId)private BlockStateVariantMapprivate static <T extends Comparable<T>>
BlockStateVariantMapcreateValueFencedModelMap(Property<T> property, T fence, Identifier higherOrEqualModelId, Identifier lowerModelId)private static BlockStateSuppliercreateWallBlockState(Block wallBlock, Identifier postModelId, Identifier lowSideModelId, Identifier tallSideModelId)private voidprivate static BlockStateVariantMap.QuadrupleProperty<Direction,DoubleBlockHalf,DoorHinge,Boolean>fillDoorVariantMap(BlockStateVariantMap.QuadrupleProperty<Direction,DoubleBlockHalf,DoorHinge,Boolean> variantMap, DoubleBlockHalf targetHalf, Identifier regularModel, Identifier hingeModel)private List<BlockStateVariant>getBambooBlockStateVariants(int age)private BlockStateVariantgetDripstoneVariant(Direction direction, Thickness thickness)private List<Identifier>getFireFloorModels(Block texture)private List<Identifier>getFireSideModels(Block texture)private List<Identifier>getFireUpModels(Block texture)private IdentifiergetTurtleEggModel(int eggs, String prefix, Texture texture)private IdentifiergetTurtleEggModel(Integer eggs, Integer hatch)private voidvoidregister()private voidregisterAmethyst(Block block)private voidprivate voidregisterAnvil(Block anvil)private voidregisterAxisRotated(Block block, TexturedModel.Factory modelFactory)private voidregisterAxisRotated(Block block, TexturedModel.Factory verticalModelFactory, TexturedModel.Factory horizontalModelFactory)private voidregisterAxisRotated(Block block, Identifier modelId)private voidregisterAzalea(Block block)private voidprivate voidprivate voidregisterBed(Block bed, Block particleSource)private voidregisterBeehive(Block beehive, Function<Block,Texture> textureGetter)private voidprivate voidprivate voidprivate voidregisterBuiltin(Block block, Block particleBlock)registerBuiltin(Identifier modelId, Block particleBlock)private voidregisterBuiltinWithParticle(Block block, Item particleSource)private voidregisterBuiltinWithParticle(Block block, Identifier particleSource)private voidprivate voidregisterCampfire(Block[] blocks)private voidregisterCandle(Block candle, Block cake)private voidregisterCarpet(Block wool, Block carpet)private voidprivate voidprivate voidprivate voidprivate voidprivate voidprivate voidregisterCommandBlock(Block commandBlock)private voidprivate voidprivate voidregisterCooker(Block cooker, TexturedModel.Factory modelFactory)private voidregisterCoral(Block coral, Block deadCoral, Block coralBlock, Block deadCoralBlock, Block coralFan, Block deadCoralFan, Block coralWallFan, Block deadCoralWallFan)private voidregisterCoralFan(Block coralFanBlock, Block coralWallFanBlock)private voidregisterCrop(Block crop, Property<Integer> ageProperty, int[] ageTextureIndices)registerCubeAllModelTexturePool(Block block)private voidregisterCubeWithCustomTexture(Block block, Block otherTextureSource, BiFunction<Block,Block,Texture> textureFactory)private voidprivate voidregisterDoor(Block doorBlock)private voidregisterDoubleBlock(Block doubleBlock, BlockStateModelGenerator.TintType tintType)private voidregisterDoubleBlock(Block block, Identifier upperHalfModelId, Identifier lowerHalfModelId)private voidprivate voidprivate voidprivate voidregisterFlowerPotPlant(Block plantBlock, Block flowerPotBlock, BlockStateModelGenerator.TintType tintType)private voidprivate voidregisterFurnaceLikeOrientable(Block block)private voidregisterGlassPane(Block glass, Block glassPane)private voidregisterGourd(Block stemBlock, Block attachedStemBlock)private voidprivate voidprivate voidprivate voidregisterInfested(Block modelSource, Block infested)private voidprivate voidprivate voidregisterItemModel(Block block)private voidregisterItemModel(Block block, String textureSuffix)private voidregisterItemModel(Item item)private voidprivate voidregisterLantern(Block lantern)private voidprivate voidprivate voidregisterLog(Block logBlock)private voidprivate voidregisterMirrorable(Block block)private voidregisterMushroomBlock(Block mushroomBlock)private voidprivate voidprivate voidprivate voidregisterNorthDefaultHorizontalRotatable(Block block, Texture texture)private voidregisterNorthDefaultHorizontalRotated(Block block, TexturedModel.Factory modelFactory)private voidprivate voidprivate voidregisterOrientableTrapdoor(Block trapdoorBlock)private voidregisterParentedItemModel(Block block, Identifier parentModelId)private voidregisterParentedItemModel(Item item, Identifier parentModelId)private voidprivate voidregisterPiston(Block piston, Identifier extendedModelId, Texture texture)private voidprivate voidprivate voidregisterPlantPart(Block plant, Block plantStem, BlockStateModelGenerator.TintType tintType)private voidprivate voidregisterPressurePlate(Block pressurePlate, Block textureSource)private voidprivate voidregisterRandomHorizontalRotations(TexturedModel.Factory modelFactory, Block[] blocks)private voidprivate voidprivate voidprivate voidprivate voidprivate voidregisterRod(Block block)private voidregisterRoots(Block root, Block pottedRoot)private voidregisterRotatable(Block block)private voidprivate voidprivate voidprivate voidregisterShulkerBox(Block shulkerBox)private voidregisterSimpleCubeAll(Block block)private voidregisterSimpleState(Block block)private voidregisterSingleton(Block block, TexturedModel.Factory modelFactory)private voidregisterSingleton(Block block, Texture texture, Model model)private voidprivate voidprivate voidprivate voidprivate voidprivate voidregisterSouthDefaultHorizontalFacing(TexturedModel.Factory modelFactory, Block[] blocks)private voidregisterStateWithModelReference(Block block, Block modelReference)private voidprivate voidregisterStraightRail(Block rail)private voidprivate voidprivate voidprivate voidprivate voidregisterTintableCross(Block block, BlockStateModelGenerator.TintType tintType)private voidregisterTintableCross(Block block, BlockStateModelGenerator.TintType tintType, Texture texture)private voidregisterTintableCrossBlockState(Block block, BlockStateModelGenerator.TintType tintType)private voidregisterTintableCrossBlockState(Block block, BlockStateModelGenerator.TintType tintType, Texture crossTexture)private voidregisterTopSoil(Block topSoil, Identifier modelId, BlockStateVariant snowyVariant)private voidprivate voidregisterTorch(Block torch, Block wallTorch)private voidregisterTrapdoor(Block trapdoorBlock)private voidprivate voidprivate voidregisterTurnableRail(Block rail)private voidprivate voidregisterWallPlant(Block block)
-
Field Details
-
VARIANT_POOL_FUNCTIONS
private static final Map<BlockFamily.Variant,BiConsumer<BlockStateModelGenerator.BlockTexturePool,Block>> VARIANT_POOL_FUNCTIONS- Mappings:
Namespace Name Mixin selector official hLiu;h:Ljava/util/Map;intermediary field_28552Lnet/minecraft/class_4910;field_28552:Ljava/util/Map;named VARIANT_POOL_FUNCTIONSLnet/minecraft/data/client/model/BlockStateModelGenerator;VARIANT_POOL_FUNCTIONS:Ljava/util/Map;
-
CONNECTION_VARIANT_FUNCTIONS
public static final Map<BooleanProperty,Function<Identifier,BlockStateVariant>> CONNECTION_VARIANT_FUNCTIONSA map from a boolean property about connection on one direction to a function that creates a block state variant for connection on that direction with a given connection model.- Mappings:
Namespace Name Mixin selector official aLiu;a:Ljava/util/Map;intermediary field_28548Lnet/minecraft/class_4910;field_28548:Ljava/util/Map;named CONNECTION_VARIANT_FUNCTIONSLnet/minecraft/data/client/model/BlockStateModelGenerator;CONNECTION_VARIANT_FUNCTIONS:Ljava/util/Map;
-
blockStateCollector
- Mappings:
Namespace Name Mixin selector official bLiu;b:Ljava/util/function/Consumer;intermediary field_22830Lnet/minecraft/class_4910;field_22830:Ljava/util/function/Consumer;named blockStateCollectorLnet/minecraft/data/client/model/BlockStateModelGenerator;blockStateCollector:Ljava/util/function/Consumer;
-
modelCollector
- Mappings:
Namespace Name Mixin selector official cLiu;c:Ljava/util/function/BiConsumer;intermediary field_22831Lnet/minecraft/class_4910;field_22831:Ljava/util/function/BiConsumer;named modelCollectorLnet/minecraft/data/client/model/BlockStateModelGenerator;modelCollector:Ljava/util/function/BiConsumer;
-
simpleItemModelExemptionCollector
- Mappings:
Namespace Name Mixin selector official dLiu;d:Ljava/util/function/Consumer;intermediary field_22832Lnet/minecraft/class_4910;field_22832:Ljava/util/function/Consumer;named simpleItemModelExemptionCollectorLnet/minecraft/data/client/model/BlockStateModelGenerator;simpleItemModelExemptionCollector:Ljava/util/function/Consumer;
-
nonOrientableTrapdoors
- Mappings:
Namespace Name Mixin selector official eLiu;e:Ljava/util/List;intermediary field_28549Lnet/minecraft/class_4910;field_28549:Ljava/util/List;named nonOrientableTrapdoorsLnet/minecraft/data/client/model/BlockStateModelGenerator;nonOrientableTrapdoors:Ljava/util/List;
-
stoneStateFactories
- Mappings:
Namespace Name Mixin selector official fLiu;f:Ljava/util/Map;intermediary field_29504Lnet/minecraft/class_4910;field_29504:Ljava/util/Map;named stoneStateFactoriesLnet/minecraft/data/client/model/BlockStateModelGenerator;stoneStateFactories:Ljava/util/Map;
-
sandstoneModels
- Mappings:
Namespace Name Mixin selector official gLiu;g:Ljava/util/Map;intermediary field_28551Lnet/minecraft/class_4910;field_28551:Ljava/util/Map;named sandstoneModelsLnet/minecraft/data/client/model/BlockStateModelGenerator;sandstoneModels:Ljava/util/Map;
-
-
Constructor Details
-
BlockStateModelGenerator
public BlockStateModelGenerator(Consumer<BlockStateSupplier> blockStateCollector, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector, Consumer<Item> simpleItemModelExemptionCollector)- Mappings:
Namespace Name Mixin selector official <init>Liu;<init>(Ljava/util/function/Consumer;Ljava/util/function/BiConsumer;Ljava/util/function/Consumer;)Vintermediary <init>Lnet/minecraft/class_4910;<init>(Ljava/util/function/Consumer;Ljava/util/function/BiConsumer;Ljava/util/function/Consumer;)Vnamed <init>Lnet/minecraft/data/client/model/BlockStateModelGenerator;<init>(Ljava/util/function/Consumer;Ljava/util/function/BiConsumer;Ljava/util/function/Consumer;)V
-
-
Method Details
-
createStoneState
private static BlockStateSupplier createStoneState(Block block, Identifier modelId, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)- Mappings:
Namespace Name Mixin selector official aLiu;a(Lbyw;Lwp;Ljl;Ljava/util/function/BiConsumer;)Lix;intermediary method_34608Lnet/minecraft/class_4910;method_34608(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_4944;Ljava/util/function/BiConsumer;)Lnet/minecraft/class_4917;named createStoneStateLnet/minecraft/data/client/model/BlockStateModelGenerator;createStoneState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/data/client/model/Texture;Ljava/util/function/BiConsumer;)Lnet/minecraft/data/client/model/BlockStateSupplier;
-
createDeepslateState
private static BlockStateSupplier createDeepslateState(Block block, Identifier modelId, Texture texture, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)- Mappings:
Namespace Name Mixin selector official bLiu;b(Lbyw;Lwp;Ljl;Ljava/util/function/BiConsumer;)Lix;intermediary method_34631Lnet/minecraft/class_4910;method_34631(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_4944;Ljava/util/function/BiConsumer;)Lnet/minecraft/class_4917;named createDeepslateStateLnet/minecraft/data/client/model/BlockStateModelGenerator;createDeepslateState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/data/client/model/Texture;Ljava/util/function/BiConsumer;)Lnet/minecraft/data/client/model/BlockStateSupplier;
-
excludeFromSimpleItemModelGeneration
- Mappings:
Namespace Name Mixin selector official aLiu;a(Lbyw;)Vintermediary method_25540Lnet/minecraft/class_4910;method_25540(Lnet/minecraft/class_2248;)Vnamed excludeFromSimpleItemModelGenerationLnet/minecraft/data/client/model/BlockStateModelGenerator;excludeFromSimpleItemModelGeneration(Lnet/minecraft/block/Block;)V
-
registerParentedItemModel
- Mappings:
Namespace Name Mixin selector official cLiu;c(Lbyw;Lwp;)Vintermediary method_25623Lnet/minecraft/class_4910;method_25623(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;)Vnamed registerParentedItemModelLnet/minecraft/data/client/model/BlockStateModelGenerator;registerParentedItemModel(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;)V
-
registerParentedItemModel
- Mappings:
Namespace Name Mixin selector official aLiu;a(Lbpt;Lwp;)Vintermediary method_25538Lnet/minecraft/class_4910;method_25538(Lnet/minecraft/class_1792;Lnet/minecraft/class_2960;)Vnamed registerParentedItemModelLnet/minecraft/data/client/model/BlockStateModelGenerator;registerParentedItemModel(Lnet/minecraft/item/Item;Lnet/minecraft/util/Identifier;)V
-
registerItemModel
- Mappings:
Namespace Name Mixin selector official aLiu;a(Lbpt;)Vintermediary method_25537Lnet/minecraft/class_4910;method_25537(Lnet/minecraft/class_1792;)Vnamed registerItemModelLnet/minecraft/data/client/model/BlockStateModelGenerator;registerItemModel(Lnet/minecraft/item/Item;)V
-
registerItemModel
- Mappings:
Namespace Name Mixin selector official bLiu;b(Lbyw;)Vintermediary method_25600Lnet/minecraft/class_4910;method_25600(Lnet/minecraft/class_2248;)Vnamed registerItemModelLnet/minecraft/data/client/model/BlockStateModelGenerator;registerItemModel(Lnet/minecraft/block/Block;)V
-
registerItemModel
- Mappings:
Namespace Name Mixin selector official aLiu;a(Lbyw;Ljava/lang/String;)Vintermediary method_25556Lnet/minecraft/class_4910;method_25556(Lnet/minecraft/class_2248;Ljava/lang/String;)Vnamed registerItemModelLnet/minecraft/data/client/model/BlockStateModelGenerator;registerItemModel(Lnet/minecraft/block/Block;Ljava/lang/String;)V
-
createNorthDefaultHorizontalRotationStates
- Mappings:
Namespace Name Mixin selector official cLiu;c()Ljb;intermediary method_25599Lnet/minecraft/class_4910;method_25599()Lnet/minecraft/class_4926;named createNorthDefaultHorizontalRotationStatesLnet/minecraft/data/client/model/BlockStateModelGenerator;createNorthDefaultHorizontalRotationStates()Lnet/minecraft/data/client/model/BlockStateVariantMap;
-
createSouthDefaultHorizontalRotationStates
- Mappings:
Namespace Name Mixin selector official dLiu;d()Ljb;intermediary method_25618Lnet/minecraft/class_4910;method_25618()Lnet/minecraft/class_4926;named createSouthDefaultHorizontalRotationStatesLnet/minecraft/data/client/model/BlockStateModelGenerator;createSouthDefaultHorizontalRotationStates()Lnet/minecraft/data/client/model/BlockStateVariantMap;
-
createEastDefaultHorizontalRotationStates
- Mappings:
Namespace Name Mixin selector official eLiu;e()Ljb;intermediary method_25630Lnet/minecraft/class_4910;method_25630()Lnet/minecraft/class_4926;named createEastDefaultHorizontalRotationStatesLnet/minecraft/data/client/model/BlockStateModelGenerator;createEastDefaultHorizontalRotationStates()Lnet/minecraft/data/client/model/BlockStateVariantMap;
-
createNorthDefaultRotationStates
- Mappings:
Namespace Name Mixin selector official fLiu;f()Ljb;intermediary method_25640Lnet/minecraft/class_4910;method_25640()Lnet/minecraft/class_4926;named createNorthDefaultRotationStatesLnet/minecraft/data/client/model/BlockStateModelGenerator;createNorthDefaultRotationStates()Lnet/minecraft/data/client/model/BlockStateVariantMap;
-
createBlockStateWithRandomHorizontalRotations
private static VariantsBlockStateSupplier createBlockStateWithRandomHorizontalRotations(Block block, Identifier modelId)- Mappings:
Namespace Name Mixin selector official dLiu;d(Lbyw;Lwp;)Lja;intermediary method_25634Lnet/minecraft/class_4910;method_25634(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4925;named createBlockStateWithRandomHorizontalRotationsLnet/minecraft/data/client/model/BlockStateModelGenerator;createBlockStateWithRandomHorizontalRotations(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/model/VariantsBlockStateSupplier;
-
createModelVariantWithRandomHorizontalRotations
private static BlockStateVariant[] createModelVariantWithRandomHorizontalRotations(Identifier modelId)- Mappings:
Namespace Name Mixin selector official aLiu;a(Lwp;)[Ljd;intermediary method_25584Lnet/minecraft/class_4910;method_25584(Lnet/minecraft/class_2960;)[Lnet/minecraft/class_4935;named createModelVariantWithRandomHorizontalRotationsLnet/minecraft/data/client/model/BlockStateModelGenerator;createModelVariantWithRandomHorizontalRotations(Lnet/minecraft/util/Identifier;)[Lnet/minecraft/data/client/model/BlockStateVariant;
-
createBlockStateWithTwoModelAndRandomInversion
private static VariantsBlockStateSupplier createBlockStateWithTwoModelAndRandomInversion(Block block, Identifier firstModelId, Identifier secondModelId)- Mappings:
Namespace Name Mixin selector official eLiu;e(Lbyw;Lwp;Lwp;)Lja;intermediary method_25645Lnet/minecraft/class_4910;method_25645(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4925;named createBlockStateWithTwoModelAndRandomInversionLnet/minecraft/data/client/model/BlockStateModelGenerator;createBlockStateWithTwoModelAndRandomInversion(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/model/VariantsBlockStateSupplier;
-
createBooleanModelMap
private static BlockStateVariantMap createBooleanModelMap(BooleanProperty property, Identifier trueModel, Identifier falseModel)- Mappings:
Namespace Name Mixin selector official aLiu;a(Lcko;Lwp;Lwp;)Ljb;intermediary method_25565Lnet/minecraft/class_4910;method_25565(Lnet/minecraft/class_2746;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4926;named createBooleanModelMapLnet/minecraft/data/client/model/BlockStateModelGenerator;createBooleanModelMap(Lnet/minecraft/state/property/BooleanProperty;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/model/BlockStateVariantMap;
-
registerMirrorable
- Mappings:
Namespace Name Mixin selector official cLiu;c(Lbyw;)Vintermediary method_25619Lnet/minecraft/class_4910;method_25619(Lnet/minecraft/class_2248;)Vnamed registerMirrorableLnet/minecraft/data/client/model/BlockStateModelGenerator;registerMirrorable(Lnet/minecraft/block/Block;)V
-
registerRotatable
- Mappings:
Namespace Name Mixin selector official dLiu;d(Lbyw;)Vintermediary method_25631Lnet/minecraft/class_4910;method_25631(Lnet/minecraft/class_2248;)Vnamed registerRotatableLnet/minecraft/data/client/model/BlockStateModelGenerator;registerRotatable(Lnet/minecraft/block/Block;)V
-
createButtonBlockState
private static BlockStateSupplier createButtonBlockState(Block buttonBlock, Identifier regularModelId, Identifier pressedModelId)- Mappings:
Namespace Name Mixin selector official fLiu;f(Lbyw;Lwp;Lwp;)Lix;intermediary method_25654Lnet/minecraft/class_4910;method_25654(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4917;named createButtonBlockStateLnet/minecraft/data/client/model/BlockStateModelGenerator;createButtonBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/model/BlockStateSupplier;
-
fillDoorVariantMap
private static BlockStateVariantMap.QuadrupleProperty<Direction,DoubleBlockHalf,DoorHinge,Boolean> fillDoorVariantMap(BlockStateVariantMap.QuadrupleProperty<Direction,DoubleBlockHalf,DoorHinge,Boolean> variantMap, DoubleBlockHalf targetHalf, Identifier regularModel, Identifier hingeModel)- Mappings:
Namespace Name Mixin selector official aLiu;a(Ljb$d;Lckt;Lwp;Lwp;)Ljb$d;intermediary method_25572Lnet/minecraft/class_4910;method_25572(Lnet/minecraft/class_4926$class_4930;Lnet/minecraft/class_2756;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4926$class_4930;named fillDoorVariantMapLnet/minecraft/data/client/model/BlockStateModelGenerator;fillDoorVariantMap(Lnet/minecraft/data/client/model/BlockStateVariantMap$QuadrupleProperty;Lnet/minecraft/block/enums/DoubleBlockHalf;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/model/BlockStateVariantMap$QuadrupleProperty;
-
createDoorBlockState
private static BlockStateSupplier createDoorBlockState(Block doorBlock, Identifier bottomModelId, Identifier bottomHingeModelId, Identifier topModelId, Identifier topHingeModelId)- Mappings:
Namespace Name Mixin selector official bLiu;b(Lbyw;Lwp;Lwp;Lwp;Lwp;)Lix;intermediary method_25609Lnet/minecraft/class_4910;method_25609(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4917;named createDoorBlockStateLnet/minecraft/data/client/model/BlockStateModelGenerator;createDoorBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/model/BlockStateSupplier;
-
createFenceBlockState
private static BlockStateSupplier createFenceBlockState(Block fenceBlock, Identifier postModelId, Identifier sideModelId)- Mappings:
Namespace Name Mixin selector official gLiu;g(Lbyw;Lwp;Lwp;)Lix;intermediary method_25661Lnet/minecraft/class_4910;method_25661(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4917;named createFenceBlockStateLnet/minecraft/data/client/model/BlockStateModelGenerator;createFenceBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/model/BlockStateSupplier;
-
createWallBlockState
private static BlockStateSupplier createWallBlockState(Block wallBlock, Identifier postModelId, Identifier lowSideModelId, Identifier tallSideModelId)- Mappings:
Namespace Name Mixin selector official dLiu;d(Lbyw;Lwp;Lwp;Lwp;)Lix;intermediary method_25636Lnet/minecraft/class_4910;method_25636(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4917;named createWallBlockStateLnet/minecraft/data/client/model/BlockStateModelGenerator;createWallBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/model/BlockStateSupplier;
-
createFenceGateBlockState
private static BlockStateSupplier createFenceGateBlockState(Block fenceGateBlock, Identifier openModelId, Identifier closedModelId, Identifier openWallModelId, Identifier closedWallModelId)- Mappings:
Namespace Name Mixin selector official cLiu;c(Lbyw;Lwp;Lwp;Lwp;Lwp;)Lix;intermediary method_25626Lnet/minecraft/class_4910;method_25626(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4917;named createFenceGateBlockStateLnet/minecraft/data/client/model/BlockStateModelGenerator;createFenceGateBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/model/BlockStateSupplier;
-
createStairsBlockState
private static BlockStateSupplier createStairsBlockState(Block stairsBlock, Identifier innerModelId, Identifier regularModelId, Identifier outerModelId)- Mappings:
Namespace Name Mixin selector official eLiu;e(Lbyw;Lwp;Lwp;Lwp;)Lix;intermediary method_25646Lnet/minecraft/class_4910;method_25646(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4917;named createStairsBlockStateLnet/minecraft/data/client/model/BlockStateModelGenerator;createStairsBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/model/BlockStateSupplier;
-
createOrientableTrapdoorBlockState
private static BlockStateSupplier createOrientableTrapdoorBlockState(Block trapdoorBlock, Identifier topModelId, Identifier bottomModelId, Identifier openModelId)- Mappings:
Namespace Name Mixin selector official fLiu;f(Lbyw;Lwp;Lwp;Lwp;)Lix;intermediary method_25655Lnet/minecraft/class_4910;method_25655(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4917;named createOrientableTrapdoorBlockStateLnet/minecraft/data/client/model/BlockStateModelGenerator;createOrientableTrapdoorBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/model/BlockStateSupplier;
-
createTrapdoorBlockState
private static BlockStateSupplier createTrapdoorBlockState(Block trapdoorBlock, Identifier topModelId, Identifier bottomModelId, Identifier openModelId)- Mappings:
Namespace Name Mixin selector official gLiu;g(Lbyw;Lwp;Lwp;Lwp;)Lix;intermediary method_25662Lnet/minecraft/class_4910;method_25662(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4917;named createTrapdoorBlockStateLnet/minecraft/data/client/model/BlockStateModelGenerator;createTrapdoorBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/model/BlockStateSupplier;
-
createSingletonBlockState
private static VariantsBlockStateSupplier createSingletonBlockState(Block block, Identifier modelId)- Mappings:
Namespace Name Mixin selector official eLiu;e(Lbyw;Lwp;)Lja;intermediary method_25644Lnet/minecraft/class_4910;method_25644(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4925;named createSingletonBlockStateLnet/minecraft/data/client/model/BlockStateModelGenerator;createSingletonBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/model/VariantsBlockStateSupplier;
-
createAxisRotatedVariantMap
- Mappings:
Namespace Name Mixin selector official gLiu;g()Ljb;intermediary method_25649Lnet/minecraft/class_4910;method_25649()Lnet/minecraft/class_4926;named createAxisRotatedVariantMapLnet/minecraft/data/client/model/BlockStateModelGenerator;createAxisRotatedVariantMap()Lnet/minecraft/data/client/model/BlockStateVariantMap;
-
createAxisRotatedBlockState
- Mappings:
Namespace Name Mixin selector official fLiu;f(Lbyw;Lwp;)Lix;intermediary method_25653Lnet/minecraft/class_4910;method_25653(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4917;named createAxisRotatedBlockStateLnet/minecraft/data/client/model/BlockStateModelGenerator;createAxisRotatedBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/model/BlockStateSupplier;
-
registerAxisRotated
- Mappings:
Namespace Name Mixin selector official gLiu;g(Lbyw;Lwp;)Vintermediary method_31063Lnet/minecraft/class_4910;method_31063(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;)Vnamed registerAxisRotatedLnet/minecraft/data/client/model/BlockStateModelGenerator;registerAxisRotated(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;)V
-
registerAxisRotated
- Mappings:
Namespace Name Mixin selector official aLiu;a(Lbyw;Ljn$a;)Vintermediary method_25553Lnet/minecraft/class_4910;method_25553(Lnet/minecraft/class_2248;Lnet/minecraft/class_4946$class_4947;)Vnamed registerAxisRotatedLnet/minecraft/data/client/model/BlockStateModelGenerator;registerAxisRotated(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/model/TexturedModel$Factory;)V
-
registerNorthDefaultHorizontalRotated
private void registerNorthDefaultHorizontalRotated(Block block, TexturedModel.Factory modelFactory)- Mappings:
Namespace Name Mixin selector official bLiu;b(Lbyw;Ljn$a;)Vintermediary method_25605Lnet/minecraft/class_4910;method_25605(Lnet/minecraft/class_2248;Lnet/minecraft/class_4946$class_4947;)Vnamed registerNorthDefaultHorizontalRotatedLnet/minecraft/data/client/model/BlockStateModelGenerator;registerNorthDefaultHorizontalRotated(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/model/TexturedModel$Factory;)V
-
createAxisRotatedBlockState
private static BlockStateSupplier createAxisRotatedBlockState(Block block, Identifier verticalModelId, Identifier horizontalModelId)- Mappings:
Namespace Name Mixin selector official hLiu;h(Lbyw;Lwp;Lwp;)Lix;intermediary method_25667Lnet/minecraft/class_4910;method_25667(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4917;named createAxisRotatedBlockStateLnet/minecraft/data/client/model/BlockStateModelGenerator;createAxisRotatedBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/model/BlockStateSupplier;
-
registerAxisRotated
private void registerAxisRotated(Block block, TexturedModel.Factory verticalModelFactory, TexturedModel.Factory horizontalModelFactory)- Mappings:
Namespace Name Mixin selector official aLiu;a(Lbyw;Ljn$a;Ljn$a;)Vintermediary method_25554Lnet/minecraft/class_4910;method_25554(Lnet/minecraft/class_2248;Lnet/minecraft/class_4946$class_4947;Lnet/minecraft/class_4946$class_4947;)Vnamed registerAxisRotatedLnet/minecraft/data/client/model/BlockStateModelGenerator;registerAxisRotated(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/model/TexturedModel$Factory;Lnet/minecraft/data/client/model/TexturedModel$Factory;)V
-
createSubModel
private Identifier createSubModel(Block block, String suffix, Model model, Function<Identifier,Texture> textureFactory)- Mappings:
Namespace Name Mixin selector official aLiu;a(Lbyw;Ljava/lang/String;Ljj;Ljava/util/function/Function;)Lwp;intermediary method_25557Lnet/minecraft/class_4910;method_25557(Lnet/minecraft/class_2248;Ljava/lang/String;Lnet/minecraft/class_4942;Ljava/util/function/Function;)Lnet/minecraft/class_2960;named createSubModelLnet/minecraft/data/client/model/BlockStateModelGenerator;createSubModel(Lnet/minecraft/block/Block;Ljava/lang/String;Lnet/minecraft/data/client/model/Model;Ljava/util/function/Function;)Lnet/minecraft/util/Identifier;
-
createPressurePlateBlockState
private static BlockStateSupplier createPressurePlateBlockState(Block pressurePlateBlock, Identifier upModelId, Identifier downModelId)- Mappings:
Namespace Name Mixin selector official iLiu;i(Lbyw;Lwp;Lwp;)Lix;intermediary method_25673Lnet/minecraft/class_4910;method_25673(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4917;named createPressurePlateBlockStateLnet/minecraft/data/client/model/BlockStateModelGenerator;createPressurePlateBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/model/BlockStateSupplier;
-
createSlabBlockState
private static BlockStateSupplier createSlabBlockState(Block slabBlock, Identifier bottomModelId, Identifier topModelId, Identifier fullModelId)- Mappings:
Namespace Name Mixin selector official hLiu;h(Lbyw;Lwp;Lwp;Lwp;)Lix;intermediary method_25668Lnet/minecraft/class_4910;method_25668(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4917;named createSlabBlockStateLnet/minecraft/data/client/model/BlockStateModelGenerator;createSlabBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/model/BlockStateSupplier;
-
registerSimpleCubeAll
- Mappings:
Namespace Name Mixin selector official eLiu;e(Lbyw;)Vintermediary method_25641Lnet/minecraft/class_4910;method_25641(Lnet/minecraft/class_2248;)Vnamed registerSimpleCubeAllLnet/minecraft/data/client/model/BlockStateModelGenerator;registerSimpleCubeAll(Lnet/minecraft/block/Block;)V
-
registerSingleton
- Mappings:
Namespace Name Mixin selector official cLiu;c(Lbyw;Ljn$a;)Vintermediary method_25622Lnet/minecraft/class_4910;method_25622(Lnet/minecraft/class_2248;Lnet/minecraft/class_4946$class_4947;)Vnamed registerSingletonLnet/minecraft/data/client/model/BlockStateModelGenerator;registerSingleton(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/model/TexturedModel$Factory;)V
-
registerSingleton
- Mappings:
Namespace Name Mixin selector official aLiu;a(Lbyw;Ljl;Ljj;)Vintermediary method_35868Lnet/minecraft/class_4910;method_35868(Lnet/minecraft/class_2248;Lnet/minecraft/class_4944;Lnet/minecraft/class_4942;)Vnamed registerSingletonLnet/minecraft/data/client/model/BlockStateModelGenerator;registerSingleton(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/model/Texture;Lnet/minecraft/data/client/model/Model;)V
-
registerCubeAllModelTexturePool
- Mappings:
Namespace Name Mixin selector official fLiu;f(Lbyw;)Liu$b;intermediary method_25650Lnet/minecraft/class_4910;method_25650(Lnet/minecraft/class_2248;)Lnet/minecraft/class_4910$class_4912;named registerCubeAllModelTexturePoolLnet/minecraft/data/client/model/BlockStateModelGenerator;registerCubeAllModelTexturePool(Lnet/minecraft/block/Block;)Lnet/minecraft/data/client/model/BlockStateModelGenerator$BlockTexturePool;
-
registerDoor
- Mappings:
Namespace Name Mixin selector official gLiu;g(Lbyw;)Vintermediary method_25658Lnet/minecraft/class_4910;method_25658(Lnet/minecraft/class_2248;)Vnamed registerDoorLnet/minecraft/data/client/model/BlockStateModelGenerator;registerDoor(Lnet/minecraft/block/Block;)V
-
registerOrientableTrapdoor
- Mappings:
Namespace Name Mixin selector official hLiu;h(Lbyw;)Vintermediary method_25665Lnet/minecraft/class_4910;method_25665(Lnet/minecraft/class_2248;)Vnamed registerOrientableTrapdoorLnet/minecraft/data/client/model/BlockStateModelGenerator;registerOrientableTrapdoor(Lnet/minecraft/block/Block;)V
-
registerTrapdoor
- Mappings:
Namespace Name Mixin selector official iLiu;i(Lbyw;)Vintermediary method_25671Lnet/minecraft/class_4910;method_25671(Lnet/minecraft/class_2248;)Vnamed registerTrapdoorLnet/minecraft/data/client/model/BlockStateModelGenerator;registerTrapdoor(Lnet/minecraft/block/Block;)V
-
registerBigDripleaf
private void registerBigDripleaf()- Mappings:
Namespace Name Mixin selector official hLiu;h()Vintermediary method_33711Lnet/minecraft/class_4910;method_33711()Vnamed registerBigDripleafLnet/minecraft/data/client/model/BlockStateModelGenerator;registerBigDripleaf()V
-
registerLog
- Mappings:
Namespace Name Mixin selector official jLiu;j(Lbyw;)Liu$e;intermediary method_25676Lnet/minecraft/class_4910;method_25676(Lnet/minecraft/class_2248;)Lnet/minecraft/class_4910$class_4914;named registerLogLnet/minecraft/data/client/model/BlockStateModelGenerator;registerLog(Lnet/minecraft/block/Block;)Lnet/minecraft/data/client/model/BlockStateModelGenerator$LogTexturePool;
-
registerSimpleState
- Mappings:
Namespace Name Mixin selector official kLiu;k(Lbyw;)Vintermediary method_25681Lnet/minecraft/class_4910;method_25681(Lnet/minecraft/class_2248;)Vnamed registerSimpleStateLnet/minecraft/data/client/model/BlockStateModelGenerator;registerSimpleState(Lnet/minecraft/block/Block;)V
-
registerStateWithModelReference
- Mappings:
Namespace Name Mixin selector official aLiu;a(Lbyw;Lbyw;)Vintermediary method_25543Lnet/minecraft/class_4910;method_25543(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)Vnamed registerStateWithModelReferenceLnet/minecraft/data/client/model/BlockStateModelGenerator;registerStateWithModelReference(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)V
-
registerTintableCross
- Mappings:
Namespace Name Mixin selector official aLiu;a(Lbyw;Liu$d;)Vintermediary method_25548Lnet/minecraft/class_4910;method_25548(Lnet/minecraft/class_2248;Lnet/minecraft/class_4910$class_4913;)Vnamed registerTintableCrossLnet/minecraft/data/client/model/BlockStateModelGenerator;registerTintableCross(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/model/BlockStateModelGenerator$TintType;)V
-
registerTintableCross
private void registerTintableCross(Block block, BlockStateModelGenerator.TintType tintType, Texture texture)- Mappings:
Namespace Name Mixin selector official aLiu;a(Lbyw;Liu$d;Ljl;)Vintermediary method_25549Lnet/minecraft/class_4910;method_25549(Lnet/minecraft/class_2248;Lnet/minecraft/class_4910$class_4913;Lnet/minecraft/class_4944;)Vnamed registerTintableCrossLnet/minecraft/data/client/model/BlockStateModelGenerator;registerTintableCross(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/model/BlockStateModelGenerator$TintType;Lnet/minecraft/data/client/model/Texture;)V
-
registerTintableCrossBlockState
private void registerTintableCrossBlockState(Block block, BlockStateModelGenerator.TintType tintType)- Mappings:
Namespace Name Mixin selector official bLiu;b(Lbyw;Liu$d;)Vintermediary method_25603Lnet/minecraft/class_4910;method_25603(Lnet/minecraft/class_2248;Lnet/minecraft/class_4910$class_4913;)Vnamed registerTintableCrossBlockStateLnet/minecraft/data/client/model/BlockStateModelGenerator;registerTintableCrossBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/model/BlockStateModelGenerator$TintType;)V
-
registerTintableCrossBlockState
private void registerTintableCrossBlockState(Block block, BlockStateModelGenerator.TintType tintType, Texture crossTexture)- Mappings:
Namespace Name Mixin selector official bLiu;b(Lbyw;Liu$d;Ljl;)Vintermediary method_25604Lnet/minecraft/class_4910;method_25604(Lnet/minecraft/class_2248;Lnet/minecraft/class_4910$class_4913;Lnet/minecraft/class_4944;)Vnamed registerTintableCrossBlockStateLnet/minecraft/data/client/model/BlockStateModelGenerator;registerTintableCrossBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/model/BlockStateModelGenerator$TintType;Lnet/minecraft/data/client/model/Texture;)V
-
registerFlowerPotPlant
private void registerFlowerPotPlant(Block plantBlock, Block flowerPotBlock, BlockStateModelGenerator.TintType tintType)- Mappings:
Namespace Name Mixin selector official aLiu;a(Lbyw;Lbyw;Liu$d;)Vintermediary method_25545Lnet/minecraft/class_4910;method_25545(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;Lnet/minecraft/class_4910$class_4913;)Vnamed registerFlowerPotPlantLnet/minecraft/data/client/model/BlockStateModelGenerator;registerFlowerPotPlant(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;Lnet/minecraft/data/client/model/BlockStateModelGenerator$TintType;)V
-
registerCoralFan
- Mappings:
Namespace Name Mixin selector official bLiu;b(Lbyw;Lbyw;)Vintermediary method_25601Lnet/minecraft/class_4910;method_25601(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)Vnamed registerCoralFanLnet/minecraft/data/client/model/BlockStateModelGenerator;registerCoralFan(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)V
-
registerGourd
- Mappings:
Namespace Name Mixin selector official cLiu;c(Lbyw;Lbyw;)Vintermediary method_25620Lnet/minecraft/class_4910;method_25620(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)Vnamed registerGourdLnet/minecraft/data/client/model/BlockStateModelGenerator;registerGourd(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)V
-
registerCoral
private void registerCoral(Block coral, Block deadCoral, Block coralBlock, Block deadCoralBlock, Block coralFan, Block deadCoralFan, Block coralWallFan, Block deadCoralWallFan)- Mappings:
Namespace Name Mixin selector official aLiu;a(Lbyw;Lbyw;Lbyw;Lbyw;Lbyw;Lbyw;Lbyw;Lbyw;)Vintermediary method_25544Lnet/minecraft/class_4910;method_25544(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)Vnamed registerCoralLnet/minecraft/data/client/model/BlockStateModelGenerator;registerCoral(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)V
-
registerDoubleBlock
- Mappings:
Namespace Name Mixin selector official cLiu;c(Lbyw;Liu$d;)Vintermediary method_25621Lnet/minecraft/class_4910;method_25621(Lnet/minecraft/class_2248;Lnet/minecraft/class_4910$class_4913;)Vnamed registerDoubleBlockLnet/minecraft/data/client/model/BlockStateModelGenerator;registerDoubleBlock(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/model/BlockStateModelGenerator$TintType;)V
-
registerSunflower
private void registerSunflower()- Mappings:
Namespace Name Mixin selector official iLiu;i()Vintermediary method_25657Lnet/minecraft/class_4910;method_25657()Vnamed registerSunflowerLnet/minecraft/data/client/model/BlockStateModelGenerator;registerSunflower()V
-
registerTallSeagrass
private void registerTallSeagrass()- Mappings:
Namespace Name Mixin selector official jLiu;j()Vintermediary method_25664Lnet/minecraft/class_4910;method_25664()Vnamed registerTallSeagrassLnet/minecraft/data/client/model/BlockStateModelGenerator;registerTallSeagrass()V
-
registerSmallDripleaf
private void registerSmallDripleaf()- Mappings:
Namespace Name Mixin selector official kLiu;k()Vintermediary method_33712Lnet/minecraft/class_4910;method_33712()Vnamed registerSmallDripleafLnet/minecraft/data/client/model/BlockStateModelGenerator;registerSmallDripleaf()V
-
registerDoubleBlock
private void registerDoubleBlock(Block block, Identifier upperHalfModelId, Identifier lowerHalfModelId)- Mappings:
Namespace Name Mixin selector official jLiu;j(Lbyw;Lwp;Lwp;)Vintermediary method_25678Lnet/minecraft/class_4910;method_25678(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Vnamed registerDoubleBlockLnet/minecraft/data/client/model/BlockStateModelGenerator;registerDoubleBlock(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)V
-
registerTurnableRail
- Mappings:
Namespace Name Mixin selector official lLiu;l(Lbyw;)Vintermediary method_25685Lnet/minecraft/class_4910;method_25685(Lnet/minecraft/class_2248;)Vnamed registerTurnableRailLnet/minecraft/data/client/model/BlockStateModelGenerator;registerTurnableRail(Lnet/minecraft/block/Block;)V
-
registerStraightRail
- Mappings:
Namespace Name Mixin selector official mLiu;m(Lbyw;)Vintermediary method_25688Lnet/minecraft/class_4910;method_25688(Lnet/minecraft/class_2248;)Vnamed registerStraightRailLnet/minecraft/data/client/model/BlockStateModelGenerator;registerStraightRail(Lnet/minecraft/block/Block;)V
-
registerBuiltin
private BlockStateModelGenerator.BuiltinModelPool registerBuiltin(Identifier modelId, Block particleBlock)- Mappings:
Namespace Name Mixin selector official aLiu;a(Lwp;Lbyw;)Liu$a;intermediary method_25585Lnet/minecraft/class_4910;method_25585(Lnet/minecraft/class_2960;Lnet/minecraft/class_2248;)Lnet/minecraft/class_4910$class_4911;named registerBuiltinLnet/minecraft/data/client/model/BlockStateModelGenerator;registerBuiltin(Lnet/minecraft/util/Identifier;Lnet/minecraft/block/Block;)Lnet/minecraft/data/client/model/BlockStateModelGenerator$BuiltinModelPool;
-
registerBuiltin
private BlockStateModelGenerator.BuiltinModelPool registerBuiltin(Block block, Block particleBlock)- Mappings:
Namespace Name Mixin selector official dLiu;d(Lbyw;Lbyw;)Liu$a;intermediary method_25632Lnet/minecraft/class_4910;method_25632(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)Lnet/minecraft/class_4910$class_4911;named registerBuiltinLnet/minecraft/data/client/model/BlockStateModelGenerator;registerBuiltin(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)Lnet/minecraft/data/client/model/BlockStateModelGenerator$BuiltinModelPool;
-
registerBuiltinWithParticle
- Mappings:
Namespace Name Mixin selector official aLiu;a(Lbyw;Lbpt;)Vintermediary method_25542Lnet/minecraft/class_4910;method_25542(Lnet/minecraft/class_2248;Lnet/minecraft/class_1792;)Vnamed registerBuiltinWithParticleLnet/minecraft/data/client/model/BlockStateModelGenerator;registerBuiltinWithParticle(Lnet/minecraft/block/Block;Lnet/minecraft/item/Item;)V
-
registerBuiltinWithParticle
- Mappings:
Namespace Name Mixin selector official hLiu;h(Lbyw;Lwp;)Vintermediary method_25660Lnet/minecraft/class_4910;method_25660(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;)Vnamed registerBuiltinWithParticleLnet/minecraft/data/client/model/BlockStateModelGenerator;registerBuiltinWithParticle(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;)V
-
registerCarpet
- Mappings:
Namespace Name Mixin selector official eLiu;e(Lbyw;Lbyw;)Vintermediary method_25642Lnet/minecraft/class_4910;method_25642(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)Vnamed registerCarpetLnet/minecraft/data/client/model/BlockStateModelGenerator;registerCarpet(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)V
-
registerRandomHorizontalRotations
- Mappings:
Namespace Name Mixin selector official aLiu;a(Ljn$a;[Lbyw;)Vintermediary method_25576Lnet/minecraft/class_4910;method_25576(Lnet/minecraft/class_4946$class_4947;[Lnet/minecraft/class_2248;)Vnamed registerRandomHorizontalRotationsLnet/minecraft/data/client/model/BlockStateModelGenerator;registerRandomHorizontalRotations(Lnet/minecraft/data/client/model/TexturedModel$Factory;[Lnet/minecraft/block/Block;)V
-
registerSouthDefaultHorizontalFacing
private void registerSouthDefaultHorizontalFacing(TexturedModel.Factory modelFactory, Block[] blocks)- Mappings:
Namespace Name Mixin selector official bLiu;b(Ljn$a;[Lbyw;)Vintermediary method_25614Lnet/minecraft/class_4910;method_25614(Lnet/minecraft/class_4946$class_4947;[Lnet/minecraft/class_2248;)Vnamed registerSouthDefaultHorizontalFacingLnet/minecraft/data/client/model/BlockStateModelGenerator;registerSouthDefaultHorizontalFacing(Lnet/minecraft/data/client/model/TexturedModel$Factory;[Lnet/minecraft/block/Block;)V
-
registerGlassPane
- Mappings:
Namespace Name Mixin selector official fLiu;f(Lbyw;Lbyw;)Vintermediary method_25651Lnet/minecraft/class_4910;method_25651(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)Vnamed registerGlassPaneLnet/minecraft/data/client/model/BlockStateModelGenerator;registerGlassPane(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)V
-
registerCommandBlock
- Mappings:
Namespace Name Mixin selector official nLiu;n(Lbyw;)Vintermediary method_25690Lnet/minecraft/class_4910;method_25690(Lnet/minecraft/class_2248;)Vnamed registerCommandBlockLnet/minecraft/data/client/model/BlockStateModelGenerator;registerCommandBlock(Lnet/minecraft/block/Block;)V
-
registerAnvil
- Mappings:
Namespace Name Mixin selector official oLiu;o(Lbyw;)Vintermediary method_25692Lnet/minecraft/class_4910;method_25692(Lnet/minecraft/class_2248;)Vnamed registerAnvilLnet/minecraft/data/client/model/BlockStateModelGenerator;registerAnvil(Lnet/minecraft/block/Block;)V
-
getBambooBlockStateVariants
- Mappings:
Namespace Name Mixin selector official aLiu;a(I)Ljava/util/List;intermediary method_25535Lnet/minecraft/class_4910;method_25535(I)Ljava/util/List;named getBambooBlockStateVariantsLnet/minecraft/data/client/model/BlockStateModelGenerator;getBambooBlockStateVariants(I)Ljava/util/List;
-
registerBamboo
private void registerBamboo()- Mappings:
Namespace Name Mixin selector official lLiu;l()Vintermediary method_25670Lnet/minecraft/class_4910;method_25670()Vnamed registerBambooLnet/minecraft/data/client/model/BlockStateModelGenerator;registerBamboo()V
-
createUpDefaultFacingVariantMap
- Mappings:
Namespace Name Mixin selector official mLiu;m()Ljb;intermediary method_25675Lnet/minecraft/class_4910;method_25675()Lnet/minecraft/class_4926;named createUpDefaultFacingVariantMapLnet/minecraft/data/client/model/BlockStateModelGenerator;createUpDefaultFacingVariantMap()Lnet/minecraft/data/client/model/BlockStateVariantMap;
-
registerBarrel
private void registerBarrel()- Mappings:
Namespace Name Mixin selector official nLiu;n()Vintermediary method_25680Lnet/minecraft/class_4910;method_25680()Vnamed registerBarrelLnet/minecraft/data/client/model/BlockStateModelGenerator;registerBarrel()V
-
createValueFencedModelMap
private static <T extends Comparable<T>> BlockStateVariantMap createValueFencedModelMap(Property<T> property, T fence, Identifier higherOrEqualModelId, Identifier lowerModelId)- Mappings:
Namespace Name Mixin selector official aLiu;a(Lcla;Ljava/lang/Comparable;Lwp;Lwp;)Ljb;intermediary method_25566Lnet/minecraft/class_4910;method_25566(Lnet/minecraft/class_2769;Ljava/lang/Comparable;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4926;named createValueFencedModelMapLnet/minecraft/data/client/model/BlockStateModelGenerator;createValueFencedModelMap(Lnet/minecraft/state/property/Property;Ljava/lang/Comparable;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/model/BlockStateVariantMap;
-
registerBeehive
- Mappings:
Namespace Name Mixin selector official aLiu;a(Lbyw;Ljava/util/function/Function;)Vintermediary method_25558Lnet/minecraft/class_4910;method_25558(Lnet/minecraft/class_2248;Ljava/util/function/Function;)Vnamed registerBeehiveLnet/minecraft/data/client/model/BlockStateModelGenerator;registerBeehive(Lnet/minecraft/block/Block;Ljava/util/function/Function;)V
-
registerCrop
- Mappings:
Namespace Name Mixin selector official aLiu;a(Lbyw;Lcla;[I)Vintermediary method_25547Lnet/minecraft/class_4910;method_25547(Lnet/minecraft/class_2248;Lnet/minecraft/class_2769;[I)Vnamed registerCropLnet/minecraft/data/client/model/BlockStateModelGenerator;registerCrop(Lnet/minecraft/block/Block;Lnet/minecraft/state/property/Property;[I)V
-
registerBell
private void registerBell()- Mappings:
Namespace Name Mixin selector official oLiu;o()Vintermediary method_25684Lnet/minecraft/class_4910;method_25684()Vnamed registerBellLnet/minecraft/data/client/model/BlockStateModelGenerator;registerBell()V
-
registerGrindstone
private void registerGrindstone()- Mappings:
Namespace Name Mixin selector official pLiu;p()Vintermediary method_25687Lnet/minecraft/class_4910;method_25687()Vnamed registerGrindstoneLnet/minecraft/data/client/model/BlockStateModelGenerator;registerGrindstone()V
-
registerCooker
- Mappings:
Namespace Name Mixin selector official dLiu;d(Lbyw;Ljn$a;)Vintermediary method_25652Lnet/minecraft/class_4910;method_25652(Lnet/minecraft/class_2248;Lnet/minecraft/class_4946$class_4947;)Vnamed registerCookerLnet/minecraft/data/client/model/BlockStateModelGenerator;registerCooker(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/model/TexturedModel$Factory;)V
-
registerCampfire
- Mappings:
Namespace Name Mixin selector official aLiu;a([Lbyw;)Vintermediary method_27166Lnet/minecraft/class_4910;method_27166([Lnet/minecraft/class_2248;)Vnamed registerCampfireLnet/minecraft/data/client/model/BlockStateModelGenerator;registerCampfire([Lnet/minecraft/block/Block;)V
-
registerAzalea
- Mappings:
Namespace Name Mixin selector official pLiu;p(Lbyw;)Vintermediary method_33713Lnet/minecraft/class_4910;method_33713(Lnet/minecraft/class_2248;)Vnamed registerAzaleaLnet/minecraft/data/client/model/BlockStateModelGenerator;registerAzalea(Lnet/minecraft/block/Block;)V
-
registerBookshelf
private void registerBookshelf()- Mappings:
Namespace Name Mixin selector official qLiu;q()Vintermediary method_25691Lnet/minecraft/class_4910;method_25691()Vnamed registerBookshelfLnet/minecraft/data/client/model/BlockStateModelGenerator;registerBookshelf()V
-
registerRedstone
private void registerRedstone()- Mappings:
Namespace Name Mixin selector official rLiu;r()Vintermediary method_25693Lnet/minecraft/class_4910;method_25693()Vnamed registerRedstoneLnet/minecraft/data/client/model/BlockStateModelGenerator;registerRedstone()V
-
registerComparator
private void registerComparator()- Mappings:
Namespace Name Mixin selector official sLiu;s()Vintermediary method_25695Lnet/minecraft/class_4910;method_25695()Vnamed registerComparatorLnet/minecraft/data/client/model/BlockStateModelGenerator;registerComparator()V
-
registerSmoothStone
private void registerSmoothStone()- Mappings:
Namespace Name Mixin selector official tLiu;t()Vintermediary method_25697Lnet/minecraft/class_4910;method_25697()Vnamed registerSmoothStoneLnet/minecraft/data/client/model/BlockStateModelGenerator;registerSmoothStone()V
-
registerBrewingStand
private void registerBrewingStand()- Mappings:
Namespace Name Mixin selector official uLiu;u()Vintermediary method_25699Lnet/minecraft/class_4910;method_25699()Vnamed registerBrewingStandLnet/minecraft/data/client/model/BlockStateModelGenerator;registerBrewingStand()V
-
registerMushroomBlock
- Mappings:
Namespace Name Mixin selector official qLiu;q(Lbyw;)Vintermediary method_25694Lnet/minecraft/class_4910;method_25694(Lnet/minecraft/class_2248;)Vnamed registerMushroomBlockLnet/minecraft/data/client/model/BlockStateModelGenerator;registerMushroomBlock(Lnet/minecraft/block/Block;)V
-
registerCake
private void registerCake()- Mappings:
Namespace Name Mixin selector official vLiu;v()Vintermediary method_25701Lnet/minecraft/class_4910;method_25701()Vnamed registerCakeLnet/minecraft/data/client/model/BlockStateModelGenerator;registerCake()V
-
registerCartographyTable
private void registerCartographyTable()- Mappings:
Namespace Name Mixin selector official wLiu;w()Vintermediary method_25703Lnet/minecraft/class_4910;method_25703()Vnamed registerCartographyTableLnet/minecraft/data/client/model/BlockStateModelGenerator;registerCartographyTable()V
-
registerSmithingTable
private void registerSmithingTable()- Mappings:
Namespace Name Mixin selector official xLiu;x()Vintermediary method_25705Lnet/minecraft/class_4910;method_25705()Vnamed registerSmithingTableLnet/minecraft/data/client/model/BlockStateModelGenerator;registerSmithingTable()V
-
registerCubeWithCustomTexture
private void registerCubeWithCustomTexture(Block block, Block otherTextureSource, BiFunction<Block,Block,Texture> textureFactory)- Mappings:
Namespace Name Mixin selector official aLiu;a(Lbyw;Lbyw;Ljava/util/function/BiFunction;)Vintermediary method_25546Lnet/minecraft/class_4910;method_25546(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;Ljava/util/function/BiFunction;)Vnamed registerCubeWithCustomTextureLnet/minecraft/data/client/model/BlockStateModelGenerator;registerCubeWithCustomTexture(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;Ljava/util/function/BiFunction;)V
-
registerPumpkins
private void registerPumpkins()- Mappings:
Namespace Name Mixin selector official yLiu;y()Vintermediary method_25707Lnet/minecraft/class_4910;method_25707()Vnamed registerPumpkinsLnet/minecraft/data/client/model/BlockStateModelGenerator;registerPumpkins()V
-
registerNorthDefaultHorizontalRotatable
- Mappings:
Namespace Name Mixin selector official aLiu;a(Lbyw;Ljl;)Vintermediary method_25550Lnet/minecraft/class_4910;method_25550(Lnet/minecraft/class_2248;Lnet/minecraft/class_4944;)Vnamed registerNorthDefaultHorizontalRotatableLnet/minecraft/data/client/model/BlockStateModelGenerator;registerNorthDefaultHorizontalRotatable(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/model/Texture;)V
-
registerCauldron
private void registerCauldron()- Mappings:
Namespace Name Mixin selector official zLiu;z()Vintermediary method_25709Lnet/minecraft/class_4910;method_25709()Vnamed registerCauldronLnet/minecraft/data/client/model/BlockStateModelGenerator;registerCauldron()V
-
registerChorusFlower
private void registerChorusFlower()- Mappings:
Namespace Name Mixin selector official ALiu;A()Vintermediary method_25711Lnet/minecraft/class_4910;method_25711()Vnamed registerChorusFlowerLnet/minecraft/data/client/model/BlockStateModelGenerator;registerChorusFlower()V
-
registerFurnaceLikeOrientable
- Mappings:
Namespace Name Mixin selector official rLiu;r(Lbyw;)Vintermediary method_25696Lnet/minecraft/class_4910;method_25696(Lnet/minecraft/class_2248;)Vnamed registerFurnaceLikeOrientableLnet/minecraft/data/client/model/BlockStateModelGenerator;registerFurnaceLikeOrientable(Lnet/minecraft/block/Block;)V
-
registerEndPortalFrame
private void registerEndPortalFrame()- Mappings:
Namespace Name Mixin selector official BLiu;B()Vintermediary method_25712Lnet/minecraft/class_4910;method_25712()Vnamed registerEndPortalFrameLnet/minecraft/data/client/model/BlockStateModelGenerator;registerEndPortalFrame()V
-
registerChorusPlant
private void registerChorusPlant()- Mappings:
Namespace Name Mixin selector official CLiu;C()Vintermediary method_25508Lnet/minecraft/class_4910;method_25508()Vnamed registerChorusPlantLnet/minecraft/data/client/model/BlockStateModelGenerator;registerChorusPlant()V
-
registerComposter
private void registerComposter()- Mappings:
Namespace Name Mixin selector official DLiu;D()Vintermediary method_25509Lnet/minecraft/class_4910;method_25509()Vnamed registerComposterLnet/minecraft/data/client/model/BlockStateModelGenerator;registerComposter()V
-
registerAmethyst
- Mappings:
Namespace Name Mixin selector official sLiu;s(Lbyw;)Vintermediary method_32229Lnet/minecraft/class_4910;method_32229(Lnet/minecraft/class_2248;)Vnamed registerAmethystLnet/minecraft/data/client/model/BlockStateModelGenerator;registerAmethyst(Lnet/minecraft/block/Block;)V
-
registerAmethysts
private void registerAmethysts()- Mappings:
Namespace Name Mixin selector official ELiu;E()Vintermediary method_32227Lnet/minecraft/class_4910;method_32227()Vnamed registerAmethystsLnet/minecraft/data/client/model/BlockStateModelGenerator;registerAmethysts()V
-
registerPointedDripstone
private void registerPointedDripstone()- Mappings:
Namespace Name Mixin selector official FLiu;F()Vintermediary method_32802Lnet/minecraft/class_4910;method_32802()Vnamed registerPointedDripstoneLnet/minecraft/data/client/model/BlockStateModelGenerator;registerPointedDripstone()V
-
getDripstoneVariant
- Mappings:
Namespace Name Mixin selector official aLiu;a(Lgg;Lcku;)Ljd;intermediary method_32803Lnet/minecraft/class_4910;method_32803(Lnet/minecraft/class_2350;Lnet/minecraft/class_5691;)Lnet/minecraft/class_4935;named getDripstoneVariantLnet/minecraft/data/client/model/BlockStateModelGenerator;getDripstoneVariant(Lnet/minecraft/util/math/Direction;Lnet/minecraft/block/enums/Thickness;)Lnet/minecraft/data/client/model/BlockStateVariant;
-
registerNetherrackBottomCustomTop
- Mappings:
Namespace Name Mixin selector official tLiu;t(Lbyw;)Vintermediary method_25698Lnet/minecraft/class_4910;method_25698(Lnet/minecraft/class_2248;)Vnamed registerNetherrackBottomCustomTopLnet/minecraft/data/client/model/BlockStateModelGenerator;registerNetherrackBottomCustomTop(Lnet/minecraft/block/Block;)V
-
registerDaylightDetector
private void registerDaylightDetector()- Mappings:
Namespace Name Mixin selector official GLiu;G()Vintermediary method_25510Lnet/minecraft/class_4910;method_25510()Vnamed registerDaylightDetectorLnet/minecraft/data/client/model/BlockStateModelGenerator;registerDaylightDetector()V
-
registerRod
- Mappings:
Namespace Name Mixin selector official uLiu;u(Lbyw;)Vintermediary method_31064Lnet/minecraft/class_4910;method_31064(Lnet/minecraft/class_2248;)Vnamed registerRodLnet/minecraft/data/client/model/BlockStateModelGenerator;registerRod(Lnet/minecraft/block/Block;)V
-
method_34852
private void method_34852()- Mappings:
Namespace Name Mixin selector official HLiu;H()Vintermediary method_34852Lnet/minecraft/class_4910;method_34852()Vnamed method_34852Lnet/minecraft/data/client/model/BlockStateModelGenerator;method_34852()V
-
registerFarmland
private void registerFarmland()- Mappings:
Namespace Name Mixin selector official ILiu;I()Vintermediary method_25512Lnet/minecraft/class_4910;method_25512()Vnamed registerFarmlandLnet/minecraft/data/client/model/BlockStateModelGenerator;registerFarmland()V
-
getFireFloorModels
- Mappings:
Namespace Name Mixin selector official vLiu;v(Lbyw;)Ljava/util/List;intermediary method_25700Lnet/minecraft/class_4910;method_25700(Lnet/minecraft/class_2248;)Ljava/util/List;named getFireFloorModelsLnet/minecraft/data/client/model/BlockStateModelGenerator;getFireFloorModels(Lnet/minecraft/block/Block;)Ljava/util/List;
-
getFireSideModels
- Mappings:
Namespace Name Mixin selector official wLiu;w(Lbyw;)Ljava/util/List;intermediary method_25702Lnet/minecraft/class_4910;method_25702(Lnet/minecraft/class_2248;)Ljava/util/List;named getFireSideModelsLnet/minecraft/data/client/model/BlockStateModelGenerator;getFireSideModels(Lnet/minecraft/block/Block;)Ljava/util/List;
-
getFireUpModels
- Mappings:
Namespace Name Mixin selector official xLiu;x(Lbyw;)Ljava/util/List;intermediary method_25704Lnet/minecraft/class_4910;method_25704(Lnet/minecraft/class_2248;)Ljava/util/List;named getFireUpModelsLnet/minecraft/data/client/model/BlockStateModelGenerator;getFireUpModels(Lnet/minecraft/block/Block;)Ljava/util/List;
-
buildBlockStateVariants
private static List<BlockStateVariant> buildBlockStateVariants(List<Identifier> modelIds, UnaryOperator<BlockStateVariant> processor)- Mappings:
Namespace Name Mixin selector official aLiu;a(Ljava/util/List;Ljava/util/function/UnaryOperator;)Ljava/util/List;intermediary method_25583Lnet/minecraft/class_4910;method_25583(Ljava/util/List;Ljava/util/function/UnaryOperator;)Ljava/util/List;named buildBlockStateVariantsLnet/minecraft/data/client/model/BlockStateModelGenerator;buildBlockStateVariants(Ljava/util/List;Ljava/util/function/UnaryOperator;)Ljava/util/List;
-
registerFire
private void registerFire()- Mappings:
Namespace Name Mixin selector official JLiu;J()Vintermediary method_25513Lnet/minecraft/class_4910;method_25513()Vnamed registerFireLnet/minecraft/data/client/model/BlockStateModelGenerator;registerFire()V
-
registerSoulFire
private void registerSoulFire()- Mappings:
Namespace Name Mixin selector official KLiu;K()Vintermediary method_25514Lnet/minecraft/class_4910;method_25514()Vnamed registerSoulFireLnet/minecraft/data/client/model/BlockStateModelGenerator;registerSoulFire()V
-
registerLantern
- Mappings:
Namespace Name Mixin selector official yLiu;y(Lbyw;)Vintermediary method_25706Lnet/minecraft/class_4910;method_25706(Lnet/minecraft/class_2248;)Vnamed registerLanternLnet/minecraft/data/client/model/BlockStateModelGenerator;registerLantern(Lnet/minecraft/block/Block;)V
-
registerFrostedIce
private void registerFrostedIce()- Mappings:
Namespace Name Mixin selector official LLiu;L()Vintermediary method_25515Lnet/minecraft/class_4910;method_25515()Vnamed registerFrostedIceLnet/minecraft/data/client/model/BlockStateModelGenerator;registerFrostedIce()V
-
registerTopSoils
private void registerTopSoils()- Mappings:
Namespace Name Mixin selector official MLiu;M()Vintermediary method_25516Lnet/minecraft/class_4910;method_25516()Vnamed registerTopSoilsLnet/minecraft/data/client/model/BlockStateModelGenerator;registerTopSoils()V
-
registerTopSoil
- Mappings:
Namespace Name Mixin selector official aLiu;a(Lbyw;Lwp;Ljd;)Vintermediary method_25560Lnet/minecraft/class_4910;method_25560(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_4935;)Vnamed registerTopSoilLnet/minecraft/data/client/model/BlockStateModelGenerator;registerTopSoil(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/data/client/model/BlockStateVariant;)V
-
registerCocoa
private void registerCocoa()- Mappings:
Namespace Name Mixin selector official NLiu;N()Vintermediary method_25517Lnet/minecraft/class_4910;method_25517()Vnamed registerCocoaLnet/minecraft/data/client/model/BlockStateModelGenerator;registerCocoa()V
-
registerGrassPath
private void registerGrassPath()- Mappings:
Namespace Name Mixin selector official OLiu;O()Vintermediary method_25518Lnet/minecraft/class_4910;method_25518()Vnamed registerGrassPathLnet/minecraft/data/client/model/BlockStateModelGenerator;registerGrassPath()V
-
registerPressurePlate
- Mappings:
Namespace Name Mixin selector official gLiu;g(Lbyw;Lbyw;)Vintermediary method_25666Lnet/minecraft/class_4910;method_25666(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)Vnamed registerPressurePlateLnet/minecraft/data/client/model/BlockStateModelGenerator;registerPressurePlate(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)V
-
registerHopper
private void registerHopper()- Mappings:
Namespace Name Mixin selector official PLiu;P()Vintermediary method_25519Lnet/minecraft/class_4910;method_25519()Vnamed registerHopperLnet/minecraft/data/client/model/BlockStateModelGenerator;registerHopper()V
-
registerInfested
- Mappings:
Namespace Name Mixin selector official hLiu;h(Lbyw;Lbyw;)Vintermediary method_25672Lnet/minecraft/class_4910;method_25672(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)Vnamed registerInfestedLnet/minecraft/data/client/model/BlockStateModelGenerator;registerInfested(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)V
-
registerIronBars
private void registerIronBars()- Mappings:
Namespace Name Mixin selector official QLiu;Q()Vintermediary method_25520Lnet/minecraft/class_4910;method_25520()Vnamed registerIronBarsLnet/minecraft/data/client/model/BlockStateModelGenerator;registerIronBars()V
-
registerNorthDefaultHorizontalRotation
- Mappings:
Namespace Name Mixin selector official zLiu;z(Lbyw;)Vintermediary method_25708Lnet/minecraft/class_4910;method_25708(Lnet/minecraft/class_2248;)Vnamed registerNorthDefaultHorizontalRotationLnet/minecraft/data/client/model/BlockStateModelGenerator;registerNorthDefaultHorizontalRotation(Lnet/minecraft/block/Block;)V
-
registerLever
private void registerLever()- Mappings:
Namespace Name Mixin selector official RLiu;R()Vintermediary method_25521Lnet/minecraft/class_4910;method_25521()Vnamed registerLeverLnet/minecraft/data/client/model/BlockStateModelGenerator;registerLever()V
-
registerLilyPad
private void registerLilyPad()- Mappings:
Namespace Name Mixin selector official SLiu;S()Vintermediary method_25522Lnet/minecraft/class_4910;method_25522()Vnamed registerLilyPadLnet/minecraft/data/client/model/BlockStateModelGenerator;registerLilyPad()V
-
registerNetherPortal
private void registerNetherPortal()- Mappings:
Namespace Name Mixin selector official TLiu;T()Vintermediary method_25523Lnet/minecraft/class_4910;method_25523()Vnamed registerNetherPortalLnet/minecraft/data/client/model/BlockStateModelGenerator;registerNetherPortal()V
-
registerNetherrack
private void registerNetherrack()- Mappings:
Namespace Name Mixin selector official ULiu;U()Vintermediary method_25524Lnet/minecraft/class_4910;method_25524()Vnamed registerNetherrackLnet/minecraft/data/client/model/BlockStateModelGenerator;registerNetherrack()V
-
registerObserver
private void registerObserver()- Mappings:
Namespace Name Mixin selector official VLiu;V()Vintermediary method_25525Lnet/minecraft/class_4910;method_25525()Vnamed registerObserverLnet/minecraft/data/client/model/BlockStateModelGenerator;registerObserver()V
-
registerPistons
private void registerPistons()- Mappings:
Namespace Name Mixin selector official WLiu;W()Vintermediary method_25526Lnet/minecraft/class_4910;method_25526()Vnamed registerPistonsLnet/minecraft/data/client/model/BlockStateModelGenerator;registerPistons()V
-
registerPiston
- Mappings:
Namespace Name Mixin selector official aLiu;a(Lbyw;Lwp;Ljl;)Vintermediary method_25561Lnet/minecraft/class_4910;method_25561(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_4944;)Vnamed registerPistonLnet/minecraft/data/client/model/BlockStateModelGenerator;registerPiston(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/data/client/model/Texture;)V
-
registerPistonHead
private void registerPistonHead()- Mappings:
Namespace Name Mixin selector official XLiu;X()Vintermediary method_25527Lnet/minecraft/class_4910;method_25527()Vnamed registerPistonHeadLnet/minecraft/data/client/model/BlockStateModelGenerator;registerPistonHead()V
-
registerSculkSensor
private void registerSculkSensor()- Mappings:
Namespace Name Mixin selector official YLiu;Y()Vintermediary method_33128Lnet/minecraft/class_4910;method_33128()Vnamed registerSculkSensorLnet/minecraft/data/client/model/BlockStateModelGenerator;registerSculkSensor()V
-
registerScaffolding
private void registerScaffolding()- Mappings:
Namespace Name Mixin selector official ZLiu;Z()Vintermediary method_25528Lnet/minecraft/class_4910;method_25528()Vnamed registerScaffoldingLnet/minecraft/data/client/model/BlockStateModelGenerator;registerScaffolding()V
-
registerCaveVines
private void registerCaveVines()- Mappings:
Namespace Name Mixin selector official aaLiu;aa()Vintermediary method_33710Lnet/minecraft/class_4910;method_33710()Vnamed registerCaveVinesLnet/minecraft/data/client/model/BlockStateModelGenerator;registerCaveVines()V
-
registerRedstoneLamp
private void registerRedstoneLamp()- Mappings:
Namespace Name Mixin selector official abLiu;ab()Vintermediary method_25529Lnet/minecraft/class_4910;method_25529()Vnamed registerRedstoneLampLnet/minecraft/data/client/model/BlockStateModelGenerator;registerRedstoneLamp()V
-
registerTorch
- Mappings:
Namespace Name Mixin selector official iLiu;i(Lbyw;Lbyw;)Vintermediary method_25677Lnet/minecraft/class_4910;method_25677(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)Vnamed registerTorchLnet/minecraft/data/client/model/BlockStateModelGenerator;registerTorch(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)V
-
registerRedstoneTorch
private void registerRedstoneTorch()- Mappings:
Namespace Name Mixin selector official acLiu;ac()Vintermediary method_25530Lnet/minecraft/class_4910;method_25530()Vnamed registerRedstoneTorchLnet/minecraft/data/client/model/BlockStateModelGenerator;registerRedstoneTorch()V
-
registerRepeater
private void registerRepeater()- Mappings:
Namespace Name Mixin selector official adLiu;ad()Vintermediary method_25531Lnet/minecraft/class_4910;method_25531()Vnamed registerRepeaterLnet/minecraft/data/client/model/BlockStateModelGenerator;registerRepeater()V
-
registerSeaPickle
private void registerSeaPickle()- Mappings:
Namespace Name Mixin selector official aeLiu;ae()Vintermediary method_25532Lnet/minecraft/class_4910;method_25532()Vnamed registerSeaPickleLnet/minecraft/data/client/model/BlockStateModelGenerator;registerSeaPickle()V
-
registerSnows
private void registerSnows()- Mappings:
Namespace Name Mixin selector official afLiu;af()Vintermediary method_25533Lnet/minecraft/class_4910;method_25533()Vnamed registerSnowsLnet/minecraft/data/client/model/BlockStateModelGenerator;registerSnows()V
-
registerStonecutter
private void registerStonecutter()- Mappings:
Namespace Name Mixin selector official agLiu;ag()Vintermediary method_25590Lnet/minecraft/class_4910;method_25590()Vnamed registerStonecutterLnet/minecraft/data/client/model/BlockStateModelGenerator;registerStonecutter()V
-
registerStructureBlock
private void registerStructureBlock()- Mappings:
Namespace Name Mixin selector official ahLiu;ah()Vintermediary method_25591Lnet/minecraft/class_4910;method_25591()Vnamed registerStructureBlockLnet/minecraft/data/client/model/BlockStateModelGenerator;registerStructureBlock()V
-
registerSweetBerryBush
private void registerSweetBerryBush()- Mappings:
Namespace Name Mixin selector official aiLiu;ai()Vintermediary method_25592Lnet/minecraft/class_4910;method_25592()Vnamed registerSweetBerryBushLnet/minecraft/data/client/model/BlockStateModelGenerator;registerSweetBerryBush()V
-
registerTripwire
private void registerTripwire()- Mappings:
Namespace Name Mixin selector official ajLiu;aj()Vintermediary method_25593Lnet/minecraft/class_4910;method_25593()Vnamed registerTripwireLnet/minecraft/data/client/model/BlockStateModelGenerator;registerTripwire()V
-
registerTripwireHook
private void registerTripwireHook()- Mappings:
Namespace Name Mixin selector official akLiu;ak()Vintermediary method_25594Lnet/minecraft/class_4910;method_25594()Vnamed registerTripwireHookLnet/minecraft/data/client/model/BlockStateModelGenerator;registerTripwireHook()V
-
getTurtleEggModel
- Mappings:
Namespace Name Mixin selector official aLiu;a(ILjava/lang/String;Ljl;)Lwp;intermediary method_25536Lnet/minecraft/class_4910;method_25536(ILjava/lang/String;Lnet/minecraft/class_4944;)Lnet/minecraft/class_2960;named getTurtleEggModelLnet/minecraft/data/client/model/BlockStateModelGenerator;getTurtleEggModel(ILjava/lang/String;Lnet/minecraft/data/client/model/Texture;)Lnet/minecraft/util/Identifier;
-
getTurtleEggModel
- Mappings:
Namespace Name Mixin selector official aLiu;a(Ljava/lang/Integer;Ljava/lang/Integer;)Lwp;intermediary method_25581Lnet/minecraft/class_4910;method_25581(Ljava/lang/Integer;Ljava/lang/Integer;)Lnet/minecraft/class_2960;named getTurtleEggModelLnet/minecraft/data/client/model/BlockStateModelGenerator;getTurtleEggModel(Ljava/lang/Integer;Ljava/lang/Integer;)Lnet/minecraft/util/Identifier;
-
registerTurtleEgg
private void registerTurtleEgg()- Mappings:
Namespace Name Mixin selector official alLiu;al()Vintermediary method_25595Lnet/minecraft/class_4910;method_25595()Vnamed registerTurtleEggLnet/minecraft/data/client/model/BlockStateModelGenerator;registerTurtleEgg()V
-
registerWallPlant
- Mappings:
Namespace Name Mixin selector official ALiu;A(Lbyw;)Vintermediary method_33520Lnet/minecraft/class_4910;method_33520(Lnet/minecraft/class_2248;)Vnamed registerWallPlantLnet/minecraft/data/client/model/BlockStateModelGenerator;registerWallPlant(Lnet/minecraft/block/Block;)V
-
registerMagmaBlock
private void registerMagmaBlock()- Mappings:
Namespace Name Mixin selector official amLiu;am()Vintermediary method_25597Lnet/minecraft/class_4910;method_25597()Vnamed registerMagmaBlockLnet/minecraft/data/client/model/BlockStateModelGenerator;registerMagmaBlock()V
-
registerShulkerBox
- Mappings:
Namespace Name Mixin selector official BLiu;B(Lbyw;)Vintermediary method_25710Lnet/minecraft/class_4910;method_25710(Lnet/minecraft/class_2248;)Vnamed registerShulkerBoxLnet/minecraft/data/client/model/BlockStateModelGenerator;registerShulkerBox(Lnet/minecraft/block/Block;)V
-
registerPlantPart
private void registerPlantPart(Block plant, Block plantStem, BlockStateModelGenerator.TintType tintType)- Mappings:
Namespace Name Mixin selector official bLiu;b(Lbyw;Lbyw;Liu$d;)Vintermediary method_25602Lnet/minecraft/class_4910;method_25602(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;Lnet/minecraft/class_4910$class_4913;)Vnamed registerPlantPartLnet/minecraft/data/client/model/BlockStateModelGenerator;registerPlantPart(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;Lnet/minecraft/data/client/model/BlockStateModelGenerator$TintType;)V
-
registerBed
- Mappings:
Namespace Name Mixin selector official jLiu;j(Lbyw;Lbyw;)Vintermediary method_25682Lnet/minecraft/class_4910;method_25682(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)Vnamed registerBedLnet/minecraft/data/client/model/BlockStateModelGenerator;registerBed(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)V
-
registerInfestedStone
private void registerInfestedStone()- Mappings:
Namespace Name Mixin selector official anLiu;an()Vintermediary method_25598Lnet/minecraft/class_4910;method_25598()Vnamed registerInfestedStoneLnet/minecraft/data/client/model/BlockStateModelGenerator;registerInfestedStone()V
-
registerRoots
- Mappings:
Namespace Name Mixin selector official kLiu;k(Lbyw;Lbyw;)Vintermediary method_25686Lnet/minecraft/class_4910;method_25686(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)Vnamed registerRootsLnet/minecraft/data/client/model/BlockStateModelGenerator;registerRoots(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)V
-
registerRespawnAnchor
private void registerRespawnAnchor()- Mappings:
Namespace Name Mixin selector official aoLiu;ao()Vintermediary method_26279Lnet/minecraft/class_4910;method_26279()Vnamed registerRespawnAnchorLnet/minecraft/data/client/model/BlockStateModelGenerator;registerRespawnAnchor()V
-
addJigsawOrientationToVariant
private BlockStateVariant addJigsawOrientationToVariant(JigsawOrientation orientation, BlockStateVariant variant)- Mappings:
Namespace Name Mixin selector official aLiu;a(Lgi;Ljd;)Ljd;intermediary method_26433Lnet/minecraft/class_4910;method_26433(Lnet/minecraft/class_5000;Lnet/minecraft/class_4935;)Lnet/minecraft/class_4935;named addJigsawOrientationToVariantLnet/minecraft/data/client/model/BlockStateModelGenerator;addJigsawOrientationToVariant(Lnet/minecraft/block/enums/JigsawOrientation;Lnet/minecraft/data/client/model/BlockStateVariant;)Lnet/minecraft/data/client/model/BlockStateVariant;
-
registerJigsaw
private void registerJigsaw()- Mappings:
Namespace Name Mixin selector official apLiu;ap()Vintermediary method_26434Lnet/minecraft/class_4910;method_26434()Vnamed registerJigsawLnet/minecraft/data/client/model/BlockStateModelGenerator;registerJigsaw()V
-
registerPetrifiedOakSlab
private void registerPetrifiedOakSlab()- Mappings:
Namespace Name Mixin selector official aqLiu;aq()Vintermediary method_33504Lnet/minecraft/class_4910;method_33504()Vnamed registerPetrifiedOakSlabLnet/minecraft/data/client/model/BlockStateModelGenerator;registerPetrifiedOakSlab()V
-
register
public void register()- Mappings:
Namespace Name Mixin selector official aLiu;a()Vintermediary method_25534Lnet/minecraft/class_4910;method_25534()Vnamed registerLnet/minecraft/data/client/model/BlockStateModelGenerator;register()V
-
registerLightModel
private void registerLightModel()- Mappings:
Namespace Name Mixin selector official arLiu;ar()Vintermediary method_35869Lnet/minecraft/class_4910;method_35869()Vnamed registerLightModelLnet/minecraft/data/client/model/BlockStateModelGenerator;registerLightModel()V
-
registerCandle
- Mappings:
Namespace Name Mixin selector official lLiu;l(Lbyw;Lbyw;)Vintermediary method_32228Lnet/minecraft/class_4910;method_32228(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)Vnamed registerCandleLnet/minecraft/data/client/model/BlockStateModelGenerator;registerCandle(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)V
-