Class BlockStateModelGenerator

java.lang.Object
net.minecraft.data.client.BlockStateModelGenerator

public class BlockStateModelGenerator extends Object
Mappings:
Namespace Name
official ko
intermediary net/minecraft/class_4910
named net/minecraft/data/client/BlockStateModelGenerator
  • Field Details

    • VARIANT_POOL_FUNCTIONS

      Mappings:
      Namespace Name Mixin selector
      official h Lko;h:Ljava/util/Map;
      intermediary field_28552 Lnet/minecraft/class_4910;field_28552:Ljava/util/Map;
      named VARIANT_POOL_FUNCTIONS Lnet/minecraft/data/client/BlockStateModelGenerator;VARIANT_POOL_FUNCTIONS:Ljava/util/Map;
    • CONNECTION_VARIANT_FUNCTIONS

      public static final List<com.mojang.datafixers.util.Pair<BooleanProperty,Function<Identifier,BlockStateVariant>>> CONNECTION_VARIANT_FUNCTIONS
      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.
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a:Ljava/util/List;
      intermediary field_28548 Lnet/minecraft/class_4910;field_28548:Ljava/util/List;
      named CONNECTION_VARIANT_FUNCTIONS Lnet/minecraft/data/client/BlockStateModelGenerator;CONNECTION_VARIANT_FUNCTIONS:Ljava/util/List;
    • CHISELED_BOOKSHELF_MODEL_CACHE

      private static final Map<BlockStateModelGenerator.ChiseledBookshelfModelCacheKey,Identifier> CHISELED_BOOKSHELF_MODEL_CACHE
      Mappings:
      Namespace Name Mixin selector
      official i Lko;i:Ljava/util/Map;
      intermediary field_41526 Lnet/minecraft/class_4910;field_41526:Ljava/util/Map;
      named CHISELED_BOOKSHELF_MODEL_CACHE Lnet/minecraft/data/client/BlockStateModelGenerator;CHISELED_BOOKSHELF_MODEL_CACHE:Ljava/util/Map;
    • blockStateCollector

      final Consumer<BlockStateSupplier> blockStateCollector
      Mappings:
      Namespace Name Mixin selector
      official b Lko;b:Ljava/util/function/Consumer;
      intermediary field_22830 Lnet/minecraft/class_4910;field_22830:Ljava/util/function/Consumer;
      named blockStateCollector Lnet/minecraft/data/client/BlockStateModelGenerator;blockStateCollector:Ljava/util/function/Consumer;
    • modelCollector

      final BiConsumer<Identifier,Supplier<JsonElement>> modelCollector
      Mappings:
      Namespace Name Mixin selector
      official c Lko;c:Ljava/util/function/BiConsumer;
      intermediary field_22831 Lnet/minecraft/class_4910;field_22831:Ljava/util/function/BiConsumer;
      named modelCollector Lnet/minecraft/data/client/BlockStateModelGenerator;modelCollector:Ljava/util/function/BiConsumer;
    • simpleItemModelExemptionCollector

      private final Consumer<Item> simpleItemModelExemptionCollector
      Mappings:
      Namespace Name Mixin selector
      official d Lko;d:Ljava/util/function/Consumer;
      intermediary field_22832 Lnet/minecraft/class_4910;field_22832:Ljava/util/function/Consumer;
      named simpleItemModelExemptionCollector Lnet/minecraft/data/client/BlockStateModelGenerator;simpleItemModelExemptionCollector:Ljava/util/function/Consumer;
    • nonOrientableTrapdoors

      final List<Block> nonOrientableTrapdoors
      Mappings:
      Namespace Name Mixin selector
      official e Lko;e:Ljava/util/List;
      intermediary field_28549 Lnet/minecraft/class_4910;field_28549:Ljava/util/List;
      named nonOrientableTrapdoors Lnet/minecraft/data/client/BlockStateModelGenerator;nonOrientableTrapdoors:Ljava/util/List;
    • stoneStateFactories

      final Map<Block,BlockStateModelGenerator.StateFactory> stoneStateFactories
      Mappings:
      Namespace Name Mixin selector
      official f Lko;f:Ljava/util/Map;
      intermediary field_29504 Lnet/minecraft/class_4910;field_29504:Ljava/util/Map;
      named stoneStateFactories Lnet/minecraft/data/client/BlockStateModelGenerator;stoneStateFactories:Ljava/util/Map;
    • texturedModels

      final Map<Block,TexturedModel> texturedModels
      Mappings:
      Namespace Name Mixin selector
      official g Lko;g:Ljava/util/Map;
      intermediary field_28551 Lnet/minecraft/class_4910;field_28551:Ljava/util/Map;
      named texturedModels Lnet/minecraft/data/client/BlockStateModelGenerator;texturedModels: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> Lko;<init>(Ljava/util/function/Consumer;Ljava/util/function/BiConsumer;Ljava/util/function/Consumer;)V
      intermediary <init> Lnet/minecraft/class_4910;<init>(Ljava/util/function/Consumer;Ljava/util/function/BiConsumer;Ljava/util/function/Consumer;)V
      named <init> Lnet/minecraft/data/client/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, TextureMap textures, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Lacf;Llf;Ljava/util/function/BiConsumer;)Lkr;
      intermediary method_34608 Lnet/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 createStoneState Lnet/minecraft/data/client/BlockStateModelGenerator;createStoneState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/data/client/TextureMap;Ljava/util/function/BiConsumer;)Lnet/minecraft/data/client/BlockStateSupplier;
    • createMudBrickState

      private static BlockStateSupplier createMudBrickState(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
      Mappings:
      Namespace Name Mixin selector
      official b Lko;b(Lcmt;Lacf;Llf;Ljava/util/function/BiConsumer;)Lkr;
      intermediary method_42039 Lnet/minecraft/class_4910;method_42039(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_4944;Ljava/util/function/BiConsumer;)Lnet/minecraft/class_4917;
      named createMudBrickState Lnet/minecraft/data/client/BlockStateModelGenerator;createMudBrickState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/data/client/TextureMap;Ljava/util/function/BiConsumer;)Lnet/minecraft/data/client/BlockStateSupplier;
    • createDeepslateState

      private static BlockStateSupplier createDeepslateState(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
      Mappings:
      Namespace Name Mixin selector
      official c Lko;c(Lcmt;Lacf;Llf;Ljava/util/function/BiConsumer;)Lkr;
      intermediary method_34631 Lnet/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 createDeepslateState Lnet/minecraft/data/client/BlockStateModelGenerator;createDeepslateState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/data/client/TextureMap;Ljava/util/function/BiConsumer;)Lnet/minecraft/data/client/BlockStateSupplier;
    • excludeFromSimpleItemModelGeneration

      void excludeFromSimpleItemModelGeneration(Block block)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;)V
      intermediary method_25540 Lnet/minecraft/class_4910;method_25540(Lnet/minecraft/class_2248;)V
      named excludeFromSimpleItemModelGeneration Lnet/minecraft/data/client/BlockStateModelGenerator;excludeFromSimpleItemModelGeneration(Lnet/minecraft/block/Block;)V
    • registerParentedItemModel

      void registerParentedItemModel(Block block, Identifier parentModelId)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Lacf;)V
      intermediary method_25623 Lnet/minecraft/class_4910;method_25623(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;)V
      named registerParentedItemModel Lnet/minecraft/data/client/BlockStateModelGenerator;registerParentedItemModel(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;)V
    • registerParentedItemModel

      private void registerParentedItemModel(Item item, Identifier parentModelId)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcdp;Lacf;)V
      intermediary method_25538 Lnet/minecraft/class_4910;method_25538(Lnet/minecraft/class_1792;Lnet/minecraft/class_2960;)V
      named registerParentedItemModel Lnet/minecraft/data/client/BlockStateModelGenerator;registerParentedItemModel(Lnet/minecraft/item/Item;Lnet/minecraft/util/Identifier;)V
    • registerItemModel

      void registerItemModel(Item item)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcdp;)V
      intermediary method_25537 Lnet/minecraft/class_4910;method_25537(Lnet/minecraft/class_1792;)V
      named registerItemModel Lnet/minecraft/data/client/BlockStateModelGenerator;registerItemModel(Lnet/minecraft/item/Item;)V
    • registerItemModel

      private void registerItemModel(Block block)
      Mappings:
      Namespace Name Mixin selector
      official b Lko;b(Lcmt;)V
      intermediary method_25600 Lnet/minecraft/class_4910;method_25600(Lnet/minecraft/class_2248;)V
      named registerItemModel Lnet/minecraft/data/client/BlockStateModelGenerator;registerItemModel(Lnet/minecraft/block/Block;)V
    • registerItemModel

      private void registerItemModel(Block block, String textureSuffix)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Ljava/lang/String;)V
      intermediary method_25556 Lnet/minecraft/class_4910;method_25556(Lnet/minecraft/class_2248;Ljava/lang/String;)V
      named registerItemModel Lnet/minecraft/data/client/BlockStateModelGenerator;registerItemModel(Lnet/minecraft/block/Block;Ljava/lang/String;)V
    • createNorthDefaultHorizontalRotationStates

      private static BlockStateVariantMap createNorthDefaultHorizontalRotationStates()
      Mappings:
      Namespace Name Mixin selector
      official b Lko;b()Lkv;
      intermediary method_25599 Lnet/minecraft/class_4910;method_25599()Lnet/minecraft/class_4926;
      named createNorthDefaultHorizontalRotationStates Lnet/minecraft/data/client/BlockStateModelGenerator;createNorthDefaultHorizontalRotationStates()Lnet/minecraft/data/client/BlockStateVariantMap;
    • createSouthDefaultHorizontalRotationStates

      private static BlockStateVariantMap createSouthDefaultHorizontalRotationStates()
      Mappings:
      Namespace Name Mixin selector
      official c Lko;c()Lkv;
      intermediary method_25618 Lnet/minecraft/class_4910;method_25618()Lnet/minecraft/class_4926;
      named createSouthDefaultHorizontalRotationStates Lnet/minecraft/data/client/BlockStateModelGenerator;createSouthDefaultHorizontalRotationStates()Lnet/minecraft/data/client/BlockStateVariantMap;
    • createEastDefaultHorizontalRotationStates

      private static BlockStateVariantMap createEastDefaultHorizontalRotationStates()
      Mappings:
      Namespace Name Mixin selector
      official d Lko;d()Lkv;
      intermediary method_25630 Lnet/minecraft/class_4910;method_25630()Lnet/minecraft/class_4926;
      named createEastDefaultHorizontalRotationStates Lnet/minecraft/data/client/BlockStateModelGenerator;createEastDefaultHorizontalRotationStates()Lnet/minecraft/data/client/BlockStateVariantMap;
    • createNorthDefaultRotationStates

      private static BlockStateVariantMap createNorthDefaultRotationStates()
      Mappings:
      Namespace Name Mixin selector
      official e Lko;e()Lkv;
      intermediary method_25640 Lnet/minecraft/class_4910;method_25640()Lnet/minecraft/class_4926;
      named createNorthDefaultRotationStates Lnet/minecraft/data/client/BlockStateModelGenerator;createNorthDefaultRotationStates()Lnet/minecraft/data/client/BlockStateVariantMap;
    • createBlockStateWithRandomHorizontalRotations

      private static VariantsBlockStateSupplier createBlockStateWithRandomHorizontalRotations(Block block, Identifier modelId)
      Mappings:
      Namespace Name Mixin selector
      official b Lko;b(Lcmt;Lacf;)Lku;
      intermediary method_25634 Lnet/minecraft/class_4910;method_25634(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4925;
      named createBlockStateWithRandomHorizontalRotations Lnet/minecraft/data/client/BlockStateModelGenerator;createBlockStateWithRandomHorizontalRotations(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/VariantsBlockStateSupplier;
    • createModelVariantWithRandomHorizontalRotations

      private static BlockStateVariant[] createModelVariantWithRandomHorizontalRotations(Identifier modelId)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lacf;)[Lkx;
      intermediary method_25584 Lnet/minecraft/class_4910;method_25584(Lnet/minecraft/class_2960;)[Lnet/minecraft/class_4935;
      named createModelVariantWithRandomHorizontalRotations Lnet/minecraft/data/client/BlockStateModelGenerator;createModelVariantWithRandomHorizontalRotations(Lnet/minecraft/util/Identifier;)[Lnet/minecraft/data/client/BlockStateVariant;
    • createBlockStateWithTwoModelAndRandomInversion

      private static VariantsBlockStateSupplier createBlockStateWithTwoModelAndRandomInversion(Block block, Identifier firstModelId, Identifier secondModelId)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Lacf;Lacf;)Lku;
      intermediary method_25645 Lnet/minecraft/class_4910;method_25645(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4925;
      named createBlockStateWithTwoModelAndRandomInversion Lnet/minecraft/data/client/BlockStateModelGenerator;createBlockStateWithTwoModelAndRandomInversion(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/VariantsBlockStateSupplier;
    • createBooleanModelMap

      private static BlockStateVariantMap createBooleanModelMap(BooleanProperty property, Identifier trueModel, Identifier falseModel)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lczk;Lacf;Lacf;)Lkv;
      intermediary method_25565 Lnet/minecraft/class_4910;method_25565(Lnet/minecraft/class_2746;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4926;
      named createBooleanModelMap Lnet/minecraft/data/client/BlockStateModelGenerator;createBooleanModelMap(Lnet/minecraft/state/property/BooleanProperty;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/BlockStateVariantMap;
    • registerMirrorable

      private void registerMirrorable(Block block)
      Mappings:
      Namespace Name Mixin selector
      official c Lko;c(Lcmt;)V
      intermediary method_25619 Lnet/minecraft/class_4910;method_25619(Lnet/minecraft/class_2248;)V
      named registerMirrorable Lnet/minecraft/data/client/BlockStateModelGenerator;registerMirrorable(Lnet/minecraft/block/Block;)V
    • registerRotatable

      private void registerRotatable(Block block)
      Mappings:
      Namespace Name Mixin selector
      official d Lko;d(Lcmt;)V
      intermediary method_25631 Lnet/minecraft/class_4910;method_25631(Lnet/minecraft/class_2248;)V
      named registerRotatable Lnet/minecraft/data/client/BlockStateModelGenerator;registerRotatable(Lnet/minecraft/block/Block;)V
    • createButtonBlockState

      static BlockStateSupplier createButtonBlockState(Block buttonBlock, Identifier regularModelId, Identifier pressedModelId)
      Mappings:
      Namespace Name Mixin selector
      official b Lko;b(Lcmt;Lacf;Lacf;)Lkr;
      intermediary method_25654 Lnet/minecraft/class_4910;method_25654(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4917;
      named createButtonBlockState Lnet/minecraft/data/client/BlockStateModelGenerator;createButtonBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/BlockStateSupplier;
    • fillDoorVariantMap

      private static BlockStateVariantMap.QuadrupleProperty<Direction,DoubleBlockHalf,DoorHinge,Boolean> fillDoorVariantMap(BlockStateVariantMap.QuadrupleProperty<Direction,DoubleBlockHalf,DoorHinge,Boolean> variantMap, DoubleBlockHalf targetHalf, Identifier leftHingeClosedModelId, Identifier leftHingeOpenModelId, Identifier rightHingeClosedModelId, Identifier rightHingeOpenModelId)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lkv$d;Lczp;Lacf;Lacf;Lacf;Lacf;)Lkv$d;
      intermediary method_25572 Lnet/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_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4926$class_4930;
      named fillDoorVariantMap Lnet/minecraft/data/client/BlockStateModelGenerator;fillDoorVariantMap(Lnet/minecraft/data/client/BlockStateVariantMap$QuadrupleProperty;Lnet/minecraft/block/enums/DoubleBlockHalf;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/BlockStateVariantMap$QuadrupleProperty;
    • createDoorBlockState

      private static BlockStateSupplier createDoorBlockState(Block doorBlock, Identifier bottomLeftHingeClosedModelId, Identifier bottomLeftHingeOpenModelId, Identifier bottomRightHingeClosedModelId, Identifier bottomRightHingeOpenModelId, Identifier topLeftHingeClosedModelId, Identifier topLeftHingeOpenModelId, Identifier topRightHingeClosedModelId, Identifier topRightHingeOpenModelId)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Lacf;Lacf;Lacf;Lacf;Lacf;Lacf;Lacf;Lacf;)Lkr;
      intermediary method_25609 Lnet/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_2960;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4917;
      named createDoorBlockState Lnet/minecraft/data/client/BlockStateModelGenerator;createDoorBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/BlockStateSupplier;
    • createCustomFenceBlockState

      static BlockStateSupplier createCustomFenceBlockState(Block customFenceBlock, Identifier postModelId, Identifier northModelId, Identifier eastModelId, Identifier southModelId, Identifier westModelId)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Lacf;Lacf;Lacf;Lacf;Lacf;)Lkr;
      intermediary method_46189 Lnet/minecraft/class_4910;method_46189(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4917;
      named createCustomFenceBlockState Lnet/minecraft/data/client/BlockStateModelGenerator;createCustomFenceBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/BlockStateSupplier;
    • createFenceBlockState

      static BlockStateSupplier createFenceBlockState(Block fenceBlock, Identifier postModelId, Identifier sideModelId)
      Mappings:
      Namespace Name Mixin selector
      official c Lko;c(Lcmt;Lacf;Lacf;)Lkr;
      intermediary method_25661 Lnet/minecraft/class_4910;method_25661(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4917;
      named createFenceBlockState Lnet/minecraft/data/client/BlockStateModelGenerator;createFenceBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/BlockStateSupplier;
    • createWallBlockState

      static BlockStateSupplier createWallBlockState(Block wallBlock, Identifier postModelId, Identifier lowSideModelId, Identifier tallSideModelId)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Lacf;Lacf;Lacf;)Lkr;
      intermediary method_25636 Lnet/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 createWallBlockState Lnet/minecraft/data/client/BlockStateModelGenerator;createWallBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/BlockStateSupplier;
    • createFenceGateBlockState

      static BlockStateSupplier createFenceGateBlockState(Block fenceGateBlock, Identifier openModelId, Identifier closedModelId, Identifier openWallModelId, Identifier closedWallModelId, boolean uvlock)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Lacf;Lacf;Lacf;Lacf;Z)Lkr;
      intermediary method_25626 Lnet/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;Z)Lnet/minecraft/class_4917;
      named createFenceGateBlockState Lnet/minecraft/data/client/BlockStateModelGenerator;createFenceGateBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Z)Lnet/minecraft/data/client/BlockStateSupplier;
    • createStairsBlockState

      static BlockStateSupplier createStairsBlockState(Block stairsBlock, Identifier innerModelId, Identifier regularModelId, Identifier outerModelId)
      Mappings:
      Namespace Name Mixin selector
      official b Lko;b(Lcmt;Lacf;Lacf;Lacf;)Lkr;
      intermediary method_25646 Lnet/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 createStairsBlockState Lnet/minecraft/data/client/BlockStateModelGenerator;createStairsBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/BlockStateSupplier;
    • createOrientableTrapdoorBlockState

      private static BlockStateSupplier createOrientableTrapdoorBlockState(Block trapdoorBlock, Identifier topModelId, Identifier bottomModelId, Identifier openModelId)
      Mappings:
      Namespace Name Mixin selector
      official c Lko;c(Lcmt;Lacf;Lacf;Lacf;)Lkr;
      intermediary method_25655 Lnet/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 createOrientableTrapdoorBlockState Lnet/minecraft/data/client/BlockStateModelGenerator;createOrientableTrapdoorBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/BlockStateSupplier;
    • createTrapdoorBlockState

      private static BlockStateSupplier createTrapdoorBlockState(Block trapdoorBlock, Identifier topModelId, Identifier bottomModelId, Identifier openModelId)
      Mappings:
      Namespace Name Mixin selector
      official d Lko;d(Lcmt;Lacf;Lacf;Lacf;)Lkr;
      intermediary method_25662 Lnet/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 createTrapdoorBlockState Lnet/minecraft/data/client/BlockStateModelGenerator;createTrapdoorBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/BlockStateSupplier;
    • createSingletonBlockState

      static VariantsBlockStateSupplier createSingletonBlockState(Block block, Identifier modelId)
      Mappings:
      Namespace Name Mixin selector
      official c Lko;c(Lcmt;Lacf;)Lku;
      intermediary method_25644 Lnet/minecraft/class_4910;method_25644(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4925;
      named createSingletonBlockState Lnet/minecraft/data/client/BlockStateModelGenerator;createSingletonBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/VariantsBlockStateSupplier;
    • createAxisRotatedVariantMap

      private static BlockStateVariantMap createAxisRotatedVariantMap()
      Mappings:
      Namespace Name Mixin selector
      official f Lko;f()Lkv;
      intermediary method_25649 Lnet/minecraft/class_4910;method_25649()Lnet/minecraft/class_4926;
      named createAxisRotatedVariantMap Lnet/minecraft/data/client/BlockStateModelGenerator;createAxisRotatedVariantMap()Lnet/minecraft/data/client/BlockStateVariantMap;
    • createUvLockedColumnBlockState

      static BlockStateSupplier createUvLockedColumnBlockState(Block block, TextureMap textureMap, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Llf;Ljava/util/function/BiConsumer;)Lkr;
      intermediary method_47519 Lnet/minecraft/class_4910;method_47519(Lnet/minecraft/class_2248;Lnet/minecraft/class_4944;Ljava/util/function/BiConsumer;)Lnet/minecraft/class_4917;
      named createUvLockedColumnBlockState Lnet/minecraft/data/client/BlockStateModelGenerator;createUvLockedColumnBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/TextureMap;Ljava/util/function/BiConsumer;)Lnet/minecraft/data/client/BlockStateSupplier;
    • createAxisRotatedBlockState

      static BlockStateSupplier createAxisRotatedBlockState(Block block, Identifier modelId)
      Mappings:
      Namespace Name Mixin selector
      official d Lko;d(Lcmt;Lacf;)Lkr;
      intermediary method_25653 Lnet/minecraft/class_4910;method_25653(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4917;
      named createAxisRotatedBlockState Lnet/minecraft/data/client/BlockStateModelGenerator;createAxisRotatedBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/BlockStateSupplier;
    • registerAxisRotated

      private void registerAxisRotated(Block block, Identifier modelId)
      Mappings:
      Namespace Name Mixin selector
      official e Lko;e(Lcmt;Lacf;)V
      intermediary method_31063 Lnet/minecraft/class_4910;method_31063(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;)V
      named registerAxisRotated Lnet/minecraft/data/client/BlockStateModelGenerator;registerAxisRotated(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;)V
    • registerAxisRotated

      private void registerAxisRotated(Block block, TexturedModel.Factory modelFactory)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Llh$a;)V
      intermediary method_25553 Lnet/minecraft/class_4910;method_25553(Lnet/minecraft/class_2248;Lnet/minecraft/class_4946$class_4947;)V
      named registerAxisRotated Lnet/minecraft/data/client/BlockStateModelGenerator;registerAxisRotated(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/TexturedModel$Factory;)V
    • registerNorthDefaultHorizontalRotated

      private void registerNorthDefaultHorizontalRotated(Block block, TexturedModel.Factory modelFactory)
      Mappings:
      Namespace Name Mixin selector
      official b Lko;b(Lcmt;Llh$a;)V
      intermediary method_25605 Lnet/minecraft/class_4910;method_25605(Lnet/minecraft/class_2248;Lnet/minecraft/class_4946$class_4947;)V
      named registerNorthDefaultHorizontalRotated Lnet/minecraft/data/client/BlockStateModelGenerator;registerNorthDefaultHorizontalRotated(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/TexturedModel$Factory;)V
    • createAxisRotatedBlockState

      static BlockStateSupplier createAxisRotatedBlockState(Block block, Identifier verticalModelId, Identifier horizontalModelId)
      Mappings:
      Namespace Name Mixin selector
      official d Lko;d(Lcmt;Lacf;Lacf;)Lkr;
      intermediary method_25667 Lnet/minecraft/class_4910;method_25667(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4917;
      named createAxisRotatedBlockState Lnet/minecraft/data/client/BlockStateModelGenerator;createAxisRotatedBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/BlockStateSupplier;
    • registerAxisRotated

      private void registerAxisRotated(Block block, TexturedModel.Factory verticalModelFactory, TexturedModel.Factory horizontalModelFactory)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Llh$a;Llh$a;)V
      intermediary method_25554 Lnet/minecraft/class_4910;method_25554(Lnet/minecraft/class_2248;Lnet/minecraft/class_4946$class_4947;Lnet/minecraft/class_4946$class_4947;)V
      named registerAxisRotated Lnet/minecraft/data/client/BlockStateModelGenerator;registerAxisRotated(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/TexturedModel$Factory;Lnet/minecraft/data/client/TexturedModel$Factory;)V
    • createSubModel

      private Identifier createSubModel(Block block, String suffix, Model model, Function<Identifier,TextureMap> texturesFactory)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Ljava/lang/String;Lld;Ljava/util/function/Function;)Lacf;
      intermediary method_25557 Lnet/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 createSubModel Lnet/minecraft/data/client/BlockStateModelGenerator;createSubModel(Lnet/minecraft/block/Block;Ljava/lang/String;Lnet/minecraft/data/client/Model;Ljava/util/function/Function;)Lnet/minecraft/util/Identifier;
    • createPressurePlateBlockState

      static BlockStateSupplier createPressurePlateBlockState(Block pressurePlateBlock, Identifier upModelId, Identifier downModelId)
      Mappings:
      Namespace Name Mixin selector
      official e Lko;e(Lcmt;Lacf;Lacf;)Lkr;
      intermediary method_25673 Lnet/minecraft/class_4910;method_25673(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Lnet/minecraft/class_4917;
      named createPressurePlateBlockState Lnet/minecraft/data/client/BlockStateModelGenerator;createPressurePlateBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/BlockStateSupplier;
    • createSlabBlockState

      static BlockStateSupplier createSlabBlockState(Block slabBlock, Identifier bottomModelId, Identifier topModelId, Identifier fullModelId)
      Mappings:
      Namespace Name Mixin selector
      official e Lko;e(Lcmt;Lacf;Lacf;Lacf;)Lkr;
      intermediary method_25668 Lnet/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 createSlabBlockState Lnet/minecraft/data/client/BlockStateModelGenerator;createSlabBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/BlockStateSupplier;
    • registerSimpleCubeAll

      private void registerSimpleCubeAll(Block block)
      Mappings:
      Namespace Name Mixin selector
      official e Lko;e(Lcmt;)V
      intermediary method_25641 Lnet/minecraft/class_4910;method_25641(Lnet/minecraft/class_2248;)V
      named registerSimpleCubeAll Lnet/minecraft/data/client/BlockStateModelGenerator;registerSimpleCubeAll(Lnet/minecraft/block/Block;)V
    • registerSingleton

      private void registerSingleton(Block block, TexturedModel.Factory modelFactory)
      Mappings:
      Namespace Name Mixin selector
      official c Lko;c(Lcmt;Llh$a;)V
      intermediary method_25622 Lnet/minecraft/class_4910;method_25622(Lnet/minecraft/class_2248;Lnet/minecraft/class_4946$class_4947;)V
      named registerSingleton Lnet/minecraft/data/client/BlockStateModelGenerator;registerSingleton(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/TexturedModel$Factory;)V
    • registerSingleton

      private void registerSingleton(Block block, TextureMap textures, Model model)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Llf;Lld;)V
      intermediary method_35868 Lnet/minecraft/class_4910;method_35868(Lnet/minecraft/class_2248;Lnet/minecraft/class_4944;Lnet/minecraft/class_4942;)V
      named registerSingleton Lnet/minecraft/data/client/BlockStateModelGenerator;registerSingleton(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/TextureMap;Lnet/minecraft/data/client/Model;)V
    • registerCubeAllModelTexturePool

      private BlockStateModelGenerator.BlockTexturePool registerCubeAllModelTexturePool(Block block)
      Mappings:
      Namespace Name Mixin selector
      official f Lko;f(Lcmt;)Lko$b;
      intermediary method_25650 Lnet/minecraft/class_4910;method_25650(Lnet/minecraft/class_2248;)Lnet/minecraft/class_4910$class_4912;
      named registerCubeAllModelTexturePool Lnet/minecraft/data/client/BlockStateModelGenerator;registerCubeAllModelTexturePool(Lnet/minecraft/block/Block;)Lnet/minecraft/data/client/BlockStateModelGenerator$BlockTexturePool;
    • registerHangingSign

      public void registerHangingSign(Block strippedLog, Block hangingSign, Block wallHangingSign)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Lcmt;Lcmt;)V
      intermediary method_46190 Lnet/minecraft/class_4910;method_46190(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)V
      named registerHangingSign Lnet/minecraft/data/client/BlockStateModelGenerator;registerHangingSign(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)V
    • registerDoor

      void registerDoor(Block doorBlock)
      Mappings:
      Namespace Name Mixin selector
      official g Lko;g(Lcmt;)V
      intermediary method_25658 Lnet/minecraft/class_4910;method_25658(Lnet/minecraft/class_2248;)V
      named registerDoor Lnet/minecraft/data/client/BlockStateModelGenerator;registerDoor(Lnet/minecraft/block/Block;)V
    • registerOrientableTrapdoor

      void registerOrientableTrapdoor(Block trapdoorBlock)
      Mappings:
      Namespace Name Mixin selector
      official h Lko;h(Lcmt;)V
      intermediary method_25665 Lnet/minecraft/class_4910;method_25665(Lnet/minecraft/class_2248;)V
      named registerOrientableTrapdoor Lnet/minecraft/data/client/BlockStateModelGenerator;registerOrientableTrapdoor(Lnet/minecraft/block/Block;)V
    • registerTrapdoor

      void registerTrapdoor(Block trapdoorBlock)
      Mappings:
      Namespace Name Mixin selector
      official i Lko;i(Lcmt;)V
      intermediary method_25671 Lnet/minecraft/class_4910;method_25671(Lnet/minecraft/class_2248;)V
      named registerTrapdoor Lnet/minecraft/data/client/BlockStateModelGenerator;registerTrapdoor(Lnet/minecraft/block/Block;)V
    • registerBigDripleaf

      private void registerBigDripleaf()
      Mappings:
      Namespace Name Mixin selector
      official g Lko;g()V
      intermediary method_33711 Lnet/minecraft/class_4910;method_33711()V
      named registerBigDripleaf Lnet/minecraft/data/client/BlockStateModelGenerator;registerBigDripleaf()V
    • registerLog

      private BlockStateModelGenerator.LogTexturePool registerLog(Block logBlock)
      Mappings:
      Namespace Name Mixin selector
      official j Lko;j(Lcmt;)Lko$f;
      intermediary method_25676 Lnet/minecraft/class_4910;method_25676(Lnet/minecraft/class_2248;)Lnet/minecraft/class_4910$class_4914;
      named registerLog Lnet/minecraft/data/client/BlockStateModelGenerator;registerLog(Lnet/minecraft/block/Block;)Lnet/minecraft/data/client/BlockStateModelGenerator$LogTexturePool;
    • registerSimpleState

      private void registerSimpleState(Block block)
      Mappings:
      Namespace Name Mixin selector
      official k Lko;k(Lcmt;)V
      intermediary method_25681 Lnet/minecraft/class_4910;method_25681(Lnet/minecraft/class_2248;)V
      named registerSimpleState Lnet/minecraft/data/client/BlockStateModelGenerator;registerSimpleState(Lnet/minecraft/block/Block;)V
    • registerStateWithModelReference

      private void registerStateWithModelReference(Block block, Block modelReference)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Lcmt;)V
      intermediary method_25543 Lnet/minecraft/class_4910;method_25543(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)V
      named registerStateWithModelReference Lnet/minecraft/data/client/BlockStateModelGenerator;registerStateWithModelReference(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)V
    • registerTintableCross

      private void registerTintableCross(Block block, BlockStateModelGenerator.TintType tintType)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Lko$e;)V
      intermediary method_25548 Lnet/minecraft/class_4910;method_25548(Lnet/minecraft/class_2248;Lnet/minecraft/class_4910$class_4913;)V
      named registerTintableCross Lnet/minecraft/data/client/BlockStateModelGenerator;registerTintableCross(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/BlockStateModelGenerator$TintType;)V
    • registerTintableCross

      private void registerTintableCross(Block block, BlockStateModelGenerator.TintType tintType, TextureMap texture)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Lko$e;Llf;)V
      intermediary method_25549 Lnet/minecraft/class_4910;method_25549(Lnet/minecraft/class_2248;Lnet/minecraft/class_4910$class_4913;Lnet/minecraft/class_4944;)V
      named registerTintableCross Lnet/minecraft/data/client/BlockStateModelGenerator;registerTintableCross(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/BlockStateModelGenerator$TintType;Lnet/minecraft/data/client/TextureMap;)V
    • registerTintableCrossBlockState

      private void registerTintableCrossBlockState(Block block, BlockStateModelGenerator.TintType tintType)
      Mappings:
      Namespace Name Mixin selector
      official b Lko;b(Lcmt;Lko$e;)V
      intermediary method_25603 Lnet/minecraft/class_4910;method_25603(Lnet/minecraft/class_2248;Lnet/minecraft/class_4910$class_4913;)V
      named registerTintableCrossBlockState Lnet/minecraft/data/client/BlockStateModelGenerator;registerTintableCrossBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/BlockStateModelGenerator$TintType;)V
    • registerTintableCrossBlockState

      private void registerTintableCrossBlockState(Block block, BlockStateModelGenerator.TintType tintType, TextureMap crossTexture)
      Mappings:
      Namespace Name Mixin selector
      official b Lko;b(Lcmt;Lko$e;Llf;)V
      intermediary method_25604 Lnet/minecraft/class_4910;method_25604(Lnet/minecraft/class_2248;Lnet/minecraft/class_4910$class_4913;Lnet/minecraft/class_4944;)V
      named registerTintableCrossBlockState Lnet/minecraft/data/client/BlockStateModelGenerator;registerTintableCrossBlockState(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/BlockStateModelGenerator$TintType;Lnet/minecraft/data/client/TextureMap;)V
    • registerFlowerPotPlant

      private void registerFlowerPotPlant(Block plantBlock, Block flowerPotBlock, BlockStateModelGenerator.TintType tintType)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Lcmt;Lko$e;)V
      intermediary method_25545 Lnet/minecraft/class_4910;method_25545(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;Lnet/minecraft/class_4910$class_4913;)V
      named registerFlowerPotPlant Lnet/minecraft/data/client/BlockStateModelGenerator;registerFlowerPotPlant(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;Lnet/minecraft/data/client/BlockStateModelGenerator$TintType;)V
    • registerCoralFan

      private void registerCoralFan(Block coralFanBlock, Block coralWallFanBlock)
      Mappings:
      Namespace Name Mixin selector
      official b Lko;b(Lcmt;Lcmt;)V
      intermediary method_25601 Lnet/minecraft/class_4910;method_25601(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)V
      named registerCoralFan Lnet/minecraft/data/client/BlockStateModelGenerator;registerCoralFan(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)V
    • registerGourd

      private void registerGourd(Block stemBlock, Block attachedStemBlock)
      Mappings:
      Namespace Name Mixin selector
      official c Lko;c(Lcmt;Lcmt;)V
      intermediary method_25620 Lnet/minecraft/class_4910;method_25620(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)V
      named registerGourd Lnet/minecraft/data/client/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 a Lko;a(Lcmt;Lcmt;Lcmt;Lcmt;Lcmt;Lcmt;Lcmt;Lcmt;)V
      intermediary method_25544 Lnet/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;)V
      named registerCoral Lnet/minecraft/data/client/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

      private void registerDoubleBlock(Block doubleBlock, BlockStateModelGenerator.TintType tintType)
      Mappings:
      Namespace Name Mixin selector
      official c Lko;c(Lcmt;Lko$e;)V
      intermediary method_25621 Lnet/minecraft/class_4910;method_25621(Lnet/minecraft/class_2248;Lnet/minecraft/class_4910$class_4913;)V
      named registerDoubleBlock Lnet/minecraft/data/client/BlockStateModelGenerator;registerDoubleBlock(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/BlockStateModelGenerator$TintType;)V
    • registerSunflower

      private void registerSunflower()
      Mappings:
      Namespace Name Mixin selector
      official h Lko;h()V
      intermediary method_25657 Lnet/minecraft/class_4910;method_25657()V
      named registerSunflower Lnet/minecraft/data/client/BlockStateModelGenerator;registerSunflower()V
    • registerTallSeagrass

      private void registerTallSeagrass()
      Mappings:
      Namespace Name Mixin selector
      official i Lko;i()V
      intermediary method_25664 Lnet/minecraft/class_4910;method_25664()V
      named registerTallSeagrass Lnet/minecraft/data/client/BlockStateModelGenerator;registerTallSeagrass()V
    • registerSmallDripleaf

      private void registerSmallDripleaf()
      Mappings:
      Namespace Name Mixin selector
      official j Lko;j()V
      intermediary method_33712 Lnet/minecraft/class_4910;method_33712()V
      named registerSmallDripleaf Lnet/minecraft/data/client/BlockStateModelGenerator;registerSmallDripleaf()V
    • registerDoubleBlock

      private void registerDoubleBlock(Block block, Identifier upperHalfModelId, Identifier lowerHalfModelId)
      Mappings:
      Namespace Name Mixin selector
      official f Lko;f(Lcmt;Lacf;Lacf;)V
      intermediary method_25678 Lnet/minecraft/class_4910;method_25678(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)V
      named registerDoubleBlock Lnet/minecraft/data/client/BlockStateModelGenerator;registerDoubleBlock(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)V
    • registerTurnableRail

      private void registerTurnableRail(Block rail)
      Mappings:
      Namespace Name Mixin selector
      official l Lko;l(Lcmt;)V
      intermediary method_25685 Lnet/minecraft/class_4910;method_25685(Lnet/minecraft/class_2248;)V
      named registerTurnableRail Lnet/minecraft/data/client/BlockStateModelGenerator;registerTurnableRail(Lnet/minecraft/block/Block;)V
    • registerStraightRail

      private void registerStraightRail(Block rail)
      Mappings:
      Namespace Name Mixin selector
      official m Lko;m(Lcmt;)V
      intermediary method_25688 Lnet/minecraft/class_4910;method_25688(Lnet/minecraft/class_2248;)V
      named registerStraightRail Lnet/minecraft/data/client/BlockStateModelGenerator;registerStraightRail(Lnet/minecraft/block/Block;)V
    • registerBuiltin

      private BlockStateModelGenerator.BuiltinModelPool registerBuiltin(Identifier modelId, Block particleBlock)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lacf;Lcmt;)Lko$a;
      intermediary method_25585 Lnet/minecraft/class_4910;method_25585(Lnet/minecraft/class_2960;Lnet/minecraft/class_2248;)Lnet/minecraft/class_4910$class_4911;
      named registerBuiltin Lnet/minecraft/data/client/BlockStateModelGenerator;registerBuiltin(Lnet/minecraft/util/Identifier;Lnet/minecraft/block/Block;)Lnet/minecraft/data/client/BlockStateModelGenerator$BuiltinModelPool;
    • registerBuiltin

      private BlockStateModelGenerator.BuiltinModelPool registerBuiltin(Block block, Block particleBlock)
      Mappings:
      Namespace Name Mixin selector
      official d Lko;d(Lcmt;Lcmt;)Lko$a;
      intermediary method_25632 Lnet/minecraft/class_4910;method_25632(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)Lnet/minecraft/class_4910$class_4911;
      named registerBuiltin Lnet/minecraft/data/client/BlockStateModelGenerator;registerBuiltin(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)Lnet/minecraft/data/client/BlockStateModelGenerator$BuiltinModelPool;
    • registerBuiltinWithParticle

      private void registerBuiltinWithParticle(Block block, Item particleSource)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Lcdp;)V
      intermediary method_25542 Lnet/minecraft/class_4910;method_25542(Lnet/minecraft/class_2248;Lnet/minecraft/class_1792;)V
      named registerBuiltinWithParticle Lnet/minecraft/data/client/BlockStateModelGenerator;registerBuiltinWithParticle(Lnet/minecraft/block/Block;Lnet/minecraft/item/Item;)V
    • registerBuiltinWithParticle

      private void registerBuiltinWithParticle(Block block, Identifier particleSource)
      Mappings:
      Namespace Name Mixin selector
      official f Lko;f(Lcmt;Lacf;)V
      intermediary method_25660 Lnet/minecraft/class_4910;method_25660(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;)V
      named registerBuiltinWithParticle Lnet/minecraft/data/client/BlockStateModelGenerator;registerBuiltinWithParticle(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;)V
    • registerWoolAndCarpet

      private void registerWoolAndCarpet(Block wool, Block carpet)
      Mappings:
      Namespace Name Mixin selector
      official e Lko;e(Lcmt;Lcmt;)V
      intermediary method_25642 Lnet/minecraft/class_4910;method_25642(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)V
      named registerWoolAndCarpet Lnet/minecraft/data/client/BlockStateModelGenerator;registerWoolAndCarpet(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)V
    • registerRandomHorizontalRotations

      private void registerRandomHorizontalRotations(TexturedModel.Factory modelFactory, Block[] blocks)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Llh$a;[Lcmt;)V
      intermediary method_25576 Lnet/minecraft/class_4910;method_25576(Lnet/minecraft/class_4946$class_4947;[Lnet/minecraft/class_2248;)V
      named registerRandomHorizontalRotations Lnet/minecraft/data/client/BlockStateModelGenerator;registerRandomHorizontalRotations(Lnet/minecraft/data/client/TexturedModel$Factory;[Lnet/minecraft/block/Block;)V
    • registerSouthDefaultHorizontalFacing

      private void registerSouthDefaultHorizontalFacing(TexturedModel.Factory modelFactory, Block[] blocks)
      Mappings:
      Namespace Name Mixin selector
      official b Lko;b(Llh$a;[Lcmt;)V
      intermediary method_25614 Lnet/minecraft/class_4910;method_25614(Lnet/minecraft/class_4946$class_4947;[Lnet/minecraft/class_2248;)V
      named registerSouthDefaultHorizontalFacing Lnet/minecraft/data/client/BlockStateModelGenerator;registerSouthDefaultHorizontalFacing(Lnet/minecraft/data/client/TexturedModel$Factory;[Lnet/minecraft/block/Block;)V
    • registerGlassPane

      private void registerGlassPane(Block glass, Block glassPane)
      Mappings:
      Namespace Name Mixin selector
      official f Lko;f(Lcmt;Lcmt;)V
      intermediary method_25651 Lnet/minecraft/class_4910;method_25651(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)V
      named registerGlassPane Lnet/minecraft/data/client/BlockStateModelGenerator;registerGlassPane(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)V
    • registerCommandBlock

      private void registerCommandBlock(Block commandBlock)
      Mappings:
      Namespace Name Mixin selector
      official n Lko;n(Lcmt;)V
      intermediary method_25690 Lnet/minecraft/class_4910;method_25690(Lnet/minecraft/class_2248;)V
      named registerCommandBlock Lnet/minecraft/data/client/BlockStateModelGenerator;registerCommandBlock(Lnet/minecraft/block/Block;)V
    • registerAnvil

      private void registerAnvil(Block anvil)
      Mappings:
      Namespace Name Mixin selector
      official o Lko;o(Lcmt;)V
      intermediary method_25692 Lnet/minecraft/class_4910;method_25692(Lnet/minecraft/class_2248;)V
      named registerAnvil Lnet/minecraft/data/client/BlockStateModelGenerator;registerAnvil(Lnet/minecraft/block/Block;)V
    • getBambooBlockStateVariants

      private List<BlockStateVariant> getBambooBlockStateVariants(int age)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(I)Ljava/util/List;
      intermediary method_25535 Lnet/minecraft/class_4910;method_25535(I)Ljava/util/List;
      named getBambooBlockStateVariants Lnet/minecraft/data/client/BlockStateModelGenerator;getBambooBlockStateVariants(I)Ljava/util/List;
    • registerBamboo

      private void registerBamboo()
      Mappings:
      Namespace Name Mixin selector
      official k Lko;k()V
      intermediary method_25670 Lnet/minecraft/class_4910;method_25670()V
      named registerBamboo Lnet/minecraft/data/client/BlockStateModelGenerator;registerBamboo()V
    • createUpDefaultFacingVariantMap

      private BlockStateVariantMap createUpDefaultFacingVariantMap()
      Mappings:
      Namespace Name Mixin selector
      official l Lko;l()Lkv;
      intermediary method_25675 Lnet/minecraft/class_4910;method_25675()Lnet/minecraft/class_4926;
      named createUpDefaultFacingVariantMap Lnet/minecraft/data/client/BlockStateModelGenerator;createUpDefaultFacingVariantMap()Lnet/minecraft/data/client/BlockStateVariantMap;
    • registerBarrel

      private void registerBarrel()
      Mappings:
      Namespace Name Mixin selector
      official m Lko;m()V
      intermediary method_25680 Lnet/minecraft/class_4910;method_25680()V
      named registerBarrel Lnet/minecraft/data/client/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 a Lko;a(Lczw;Ljava/lang/Comparable;Lacf;Lacf;)Lkv;
      intermediary method_25566 Lnet/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 createValueFencedModelMap Lnet/minecraft/data/client/BlockStateModelGenerator;createValueFencedModelMap(Lnet/minecraft/state/property/Property;Ljava/lang/Comparable;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Lnet/minecraft/data/client/BlockStateVariantMap;
    • registerBeehive

      private void registerBeehive(Block beehive, Function<Block,TextureMap> texturesFactory)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Ljava/util/function/Function;)V
      intermediary method_25558 Lnet/minecraft/class_4910;method_25558(Lnet/minecraft/class_2248;Ljava/util/function/Function;)V
      named registerBeehive Lnet/minecraft/data/client/BlockStateModelGenerator;registerBeehive(Lnet/minecraft/block/Block;Ljava/util/function/Function;)V
    • registerCrop

      private void registerCrop(Block crop, Property<Integer> ageProperty, int[] ageTextureIndices)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Lczw;[I)V
      intermediary method_25547 Lnet/minecraft/class_4910;method_25547(Lnet/minecraft/class_2248;Lnet/minecraft/class_2769;[I)V
      named registerCrop Lnet/minecraft/data/client/BlockStateModelGenerator;registerCrop(Lnet/minecraft/block/Block;Lnet/minecraft/state/property/Property;[I)V
    • registerBell

      private void registerBell()
      Mappings:
      Namespace Name Mixin selector
      official n Lko;n()V
      intermediary method_25684 Lnet/minecraft/class_4910;method_25684()V
      named registerBell Lnet/minecraft/data/client/BlockStateModelGenerator;registerBell()V
    • registerGrindstone

      private void registerGrindstone()
      Mappings:
      Namespace Name Mixin selector
      official o Lko;o()V
      intermediary method_25687 Lnet/minecraft/class_4910;method_25687()V
      named registerGrindstone Lnet/minecraft/data/client/BlockStateModelGenerator;registerGrindstone()V
    • registerCooker

      private void registerCooker(Block cooker, TexturedModel.Factory modelFactory)
      Mappings:
      Namespace Name Mixin selector
      official d Lko;d(Lcmt;Llh$a;)V
      intermediary method_25652 Lnet/minecraft/class_4910;method_25652(Lnet/minecraft/class_2248;Lnet/minecraft/class_4946$class_4947;)V
      named registerCooker Lnet/minecraft/data/client/BlockStateModelGenerator;registerCooker(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/TexturedModel$Factory;)V
    • registerCampfire

      private void registerCampfire(Block[] blocks)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a([Lcmt;)V
      intermediary method_27166 Lnet/minecraft/class_4910;method_27166([Lnet/minecraft/class_2248;)V
      named registerCampfire Lnet/minecraft/data/client/BlockStateModelGenerator;registerCampfire([Lnet/minecraft/block/Block;)V
    • registerAzalea

      private void registerAzalea(Block block)
      Mappings:
      Namespace Name Mixin selector
      official p Lko;p(Lcmt;)V
      intermediary method_33713 Lnet/minecraft/class_4910;method_33713(Lnet/minecraft/class_2248;)V
      named registerAzalea Lnet/minecraft/data/client/BlockStateModelGenerator;registerAzalea(Lnet/minecraft/block/Block;)V
    • registerPottedAzaleaBush

      private void registerPottedAzaleaBush(Block block)
      Mappings:
      Namespace Name Mixin selector
      official q Lko;q(Lcmt;)V
      intermediary method_37317 Lnet/minecraft/class_4910;method_37317(Lnet/minecraft/class_2248;)V
      named registerPottedAzaleaBush Lnet/minecraft/data/client/BlockStateModelGenerator;registerPottedAzaleaBush(Lnet/minecraft/block/Block;)V
    • registerBookshelf

      private void registerBookshelf()
      Mappings:
      Namespace Name Mixin selector
      official p Lko;p()V
      intermediary method_25691 Lnet/minecraft/class_4910;method_25691()V
      named registerBookshelf Lnet/minecraft/data/client/BlockStateModelGenerator;registerBookshelf()V
    • registerRedstone

      private void registerRedstone()
      Mappings:
      Namespace Name Mixin selector
      official q Lko;q()V
      intermediary method_25693 Lnet/minecraft/class_4910;method_25693()V
      named registerRedstone Lnet/minecraft/data/client/BlockStateModelGenerator;registerRedstone()V
    • registerComparator

      private void registerComparator()
      Mappings:
      Namespace Name Mixin selector
      official r Lko;r()V
      intermediary method_25695 Lnet/minecraft/class_4910;method_25695()V
      named registerComparator Lnet/minecraft/data/client/BlockStateModelGenerator;registerComparator()V
    • registerSmoothStone

      private void registerSmoothStone()
      Mappings:
      Namespace Name Mixin selector
      official s Lko;s()V
      intermediary method_25697 Lnet/minecraft/class_4910;method_25697()V
      named registerSmoothStone Lnet/minecraft/data/client/BlockStateModelGenerator;registerSmoothStone()V
    • registerBrewingStand

      private void registerBrewingStand()
      Mappings:
      Namespace Name Mixin selector
      official t Lko;t()V
      intermediary method_25699 Lnet/minecraft/class_4910;method_25699()V
      named registerBrewingStand Lnet/minecraft/data/client/BlockStateModelGenerator;registerBrewingStand()V
    • registerMushroomBlock

      private void registerMushroomBlock(Block mushroomBlock)
      Mappings:
      Namespace Name Mixin selector
      official r Lko;r(Lcmt;)V
      intermediary method_25694 Lnet/minecraft/class_4910;method_25694(Lnet/minecraft/class_2248;)V
      named registerMushroomBlock Lnet/minecraft/data/client/BlockStateModelGenerator;registerMushroomBlock(Lnet/minecraft/block/Block;)V
    • registerCake

      private void registerCake()
      Mappings:
      Namespace Name Mixin selector
      official u Lko;u()V
      intermediary method_25701 Lnet/minecraft/class_4910;method_25701()V
      named registerCake Lnet/minecraft/data/client/BlockStateModelGenerator;registerCake()V
    • registerCartographyTable

      private void registerCartographyTable()
      Mappings:
      Namespace Name Mixin selector
      official v Lko;v()V
      intermediary method_25703 Lnet/minecraft/class_4910;method_25703()V
      named registerCartographyTable Lnet/minecraft/data/client/BlockStateModelGenerator;registerCartographyTable()V
    • registerSmithingTable

      private void registerSmithingTable()
      Mappings:
      Namespace Name Mixin selector
      official w Lko;w()V
      intermediary method_25705 Lnet/minecraft/class_4910;method_25705()V
      named registerSmithingTable Lnet/minecraft/data/client/BlockStateModelGenerator;registerSmithingTable()V
    • registerCubeWithCustomTextures

      private void registerCubeWithCustomTextures(Block block, Block otherTextureSource, BiFunction<Block,Block,TextureMap> texturesFactory)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Lcmt;Ljava/util/function/BiFunction;)V
      intermediary method_25546 Lnet/minecraft/class_4910;method_25546(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;Ljava/util/function/BiFunction;)V
      named registerCubeWithCustomTextures Lnet/minecraft/data/client/BlockStateModelGenerator;registerCubeWithCustomTextures(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;Ljava/util/function/BiFunction;)V
    • registerPumpkins

      private void registerPumpkins()
      Mappings:
      Namespace Name Mixin selector
      official x Lko;x()V
      intermediary method_25707 Lnet/minecraft/class_4910;method_25707()V
      named registerPumpkins Lnet/minecraft/data/client/BlockStateModelGenerator;registerPumpkins()V
    • registerNorthDefaultHorizontalRotatable

      private void registerNorthDefaultHorizontalRotatable(Block block, TextureMap texture)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Llf;)V
      intermediary method_25550 Lnet/minecraft/class_4910;method_25550(Lnet/minecraft/class_2248;Lnet/minecraft/class_4944;)V
      named registerNorthDefaultHorizontalRotatable Lnet/minecraft/data/client/BlockStateModelGenerator;registerNorthDefaultHorizontalRotatable(Lnet/minecraft/block/Block;Lnet/minecraft/data/client/TextureMap;)V
    • registerCauldrons

      private void registerCauldrons()
      Mappings:
      Namespace Name Mixin selector
      official y Lko;y()V
      intermediary method_25709 Lnet/minecraft/class_4910;method_25709()V
      named registerCauldrons Lnet/minecraft/data/client/BlockStateModelGenerator;registerCauldrons()V
    • registerChorusFlower

      private void registerChorusFlower()
      Mappings:
      Namespace Name Mixin selector
      official z Lko;z()V
      intermediary method_25711 Lnet/minecraft/class_4910;method_25711()V
      named registerChorusFlower Lnet/minecraft/data/client/BlockStateModelGenerator;registerChorusFlower()V
    • registerDispenserLikeOrientable

      private void registerDispenserLikeOrientable(Block block)
      Mappings:
      Namespace Name Mixin selector
      official s Lko;s(Lcmt;)V
      intermediary method_25696 Lnet/minecraft/class_4910;method_25696(Lnet/minecraft/class_2248;)V
      named registerDispenserLikeOrientable Lnet/minecraft/data/client/BlockStateModelGenerator;registerDispenserLikeOrientable(Lnet/minecraft/block/Block;)V
    • registerEndPortalFrame

      private void registerEndPortalFrame()
      Mappings:
      Namespace Name Mixin selector
      official A Lko;A()V
      intermediary method_25712 Lnet/minecraft/class_4910;method_25712()V
      named registerEndPortalFrame Lnet/minecraft/data/client/BlockStateModelGenerator;registerEndPortalFrame()V
    • registerChorusPlant

      private void registerChorusPlant()
      Mappings:
      Namespace Name Mixin selector
      official B Lko;B()V
      intermediary method_25508 Lnet/minecraft/class_4910;method_25508()V
      named registerChorusPlant Lnet/minecraft/data/client/BlockStateModelGenerator;registerChorusPlant()V
    • registerComposter

      private void registerComposter()
      Mappings:
      Namespace Name Mixin selector
      official C Lko;C()V
      intermediary method_25509 Lnet/minecraft/class_4910;method_25509()V
      named registerComposter Lnet/minecraft/data/client/BlockStateModelGenerator;registerComposter()V
    • registerAmethyst

      private void registerAmethyst(Block block)
      Mappings:
      Namespace Name Mixin selector
      official t Lko;t(Lcmt;)V
      intermediary method_32229 Lnet/minecraft/class_4910;method_32229(Lnet/minecraft/class_2248;)V
      named registerAmethyst Lnet/minecraft/data/client/BlockStateModelGenerator;registerAmethyst(Lnet/minecraft/block/Block;)V
    • registerAmethysts

      private void registerAmethysts()
      Mappings:
      Namespace Name Mixin selector
      official D Lko;D()V
      intermediary method_32227 Lnet/minecraft/class_4910;method_32227()V
      named registerAmethysts Lnet/minecraft/data/client/BlockStateModelGenerator;registerAmethysts()V
    • registerPointedDripstone

      private void registerPointedDripstone()
      Mappings:
      Namespace Name Mixin selector
      official E Lko;E()V
      intermediary method_32802 Lnet/minecraft/class_4910;method_32802()V
      named registerPointedDripstone Lnet/minecraft/data/client/BlockStateModelGenerator;registerPointedDripstone()V
    • getDripstoneVariant

      private BlockStateVariant getDripstoneVariant(Direction direction, Thickness thickness)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lgv;Lczq;)Lkx;
      intermediary method_32803 Lnet/minecraft/class_4910;method_32803(Lnet/minecraft/class_2350;Lnet/minecraft/class_5691;)Lnet/minecraft/class_4935;
      named getDripstoneVariant Lnet/minecraft/data/client/BlockStateModelGenerator;getDripstoneVariant(Lnet/minecraft/util/math/Direction;Lnet/minecraft/block/enums/Thickness;)Lnet/minecraft/data/client/BlockStateVariant;
    • registerNetherrackBottomCustomTop

      private void registerNetherrackBottomCustomTop(Block block)
      Mappings:
      Namespace Name Mixin selector
      official u Lko;u(Lcmt;)V
      intermediary method_25698 Lnet/minecraft/class_4910;method_25698(Lnet/minecraft/class_2248;)V
      named registerNetherrackBottomCustomTop Lnet/minecraft/data/client/BlockStateModelGenerator;registerNetherrackBottomCustomTop(Lnet/minecraft/block/Block;)V
    • registerDaylightDetector

      private void registerDaylightDetector()
      Mappings:
      Namespace Name Mixin selector
      official F Lko;F()V
      intermediary method_25510 Lnet/minecraft/class_4910;method_25510()V
      named registerDaylightDetector Lnet/minecraft/data/client/BlockStateModelGenerator;registerDaylightDetector()V
    • registerRod

      private void registerRod(Block block)
      Mappings:
      Namespace Name Mixin selector
      official v Lko;v(Lcmt;)V
      intermediary method_31064 Lnet/minecraft/class_4910;method_31064(Lnet/minecraft/class_2248;)V
      named registerRod Lnet/minecraft/data/client/BlockStateModelGenerator;registerRod(Lnet/minecraft/block/Block;)V
    • registerLightningRod

      private void registerLightningRod()
      Mappings:
      Namespace Name Mixin selector
      official G Lko;G()V
      intermediary method_34852 Lnet/minecraft/class_4910;method_34852()V
      named registerLightningRod Lnet/minecraft/data/client/BlockStateModelGenerator;registerLightningRod()V
    • registerFarmland

      private void registerFarmland()
      Mappings:
      Namespace Name Mixin selector
      official H Lko;H()V
      intermediary method_25512 Lnet/minecraft/class_4910;method_25512()V
      named registerFarmland Lnet/minecraft/data/client/BlockStateModelGenerator;registerFarmland()V
    • getFireFloorModels

      private List<Identifier> getFireFloorModels(Block texture)
      Mappings:
      Namespace Name Mixin selector
      official w Lko;w(Lcmt;)Ljava/util/List;
      intermediary method_25700 Lnet/minecraft/class_4910;method_25700(Lnet/minecraft/class_2248;)Ljava/util/List;
      named getFireFloorModels Lnet/minecraft/data/client/BlockStateModelGenerator;getFireFloorModels(Lnet/minecraft/block/Block;)Ljava/util/List;
    • getFireSideModels

      private List<Identifier> getFireSideModels(Block texture)
      Mappings:
      Namespace Name Mixin selector
      official x Lko;x(Lcmt;)Ljava/util/List;
      intermediary method_25702 Lnet/minecraft/class_4910;method_25702(Lnet/minecraft/class_2248;)Ljava/util/List;
      named getFireSideModels Lnet/minecraft/data/client/BlockStateModelGenerator;getFireSideModels(Lnet/minecraft/block/Block;)Ljava/util/List;
    • getFireUpModels

      private List<Identifier> getFireUpModels(Block texture)
      Mappings:
      Namespace Name Mixin selector
      official y Lko;y(Lcmt;)Ljava/util/List;
      intermediary method_25704 Lnet/minecraft/class_4910;method_25704(Lnet/minecraft/class_2248;)Ljava/util/List;
      named getFireUpModels Lnet/minecraft/data/client/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 a Lko;a(Ljava/util/List;Ljava/util/function/UnaryOperator;)Ljava/util/List;
      intermediary method_25583 Lnet/minecraft/class_4910;method_25583(Ljava/util/List;Ljava/util/function/UnaryOperator;)Ljava/util/List;
      named buildBlockStateVariants Lnet/minecraft/data/client/BlockStateModelGenerator;buildBlockStateVariants(Ljava/util/List;Ljava/util/function/UnaryOperator;)Ljava/util/List;
    • registerFire

      private void registerFire()
      Mappings:
      Namespace Name Mixin selector
      official I Lko;I()V
      intermediary method_25513 Lnet/minecraft/class_4910;method_25513()V
      named registerFire Lnet/minecraft/data/client/BlockStateModelGenerator;registerFire()V
    • registerSoulFire

      private void registerSoulFire()
      Mappings:
      Namespace Name Mixin selector
      official J Lko;J()V
      intermediary method_25514 Lnet/minecraft/class_4910;method_25514()V
      named registerSoulFire Lnet/minecraft/data/client/BlockStateModelGenerator;registerSoulFire()V
    • registerLantern

      private void registerLantern(Block lantern)
      Mappings:
      Namespace Name Mixin selector
      official z Lko;z(Lcmt;)V
      intermediary method_25706 Lnet/minecraft/class_4910;method_25706(Lnet/minecraft/class_2248;)V
      named registerLantern Lnet/minecraft/data/client/BlockStateModelGenerator;registerLantern(Lnet/minecraft/block/Block;)V
    • registerMuddyMangroveRoots

      private void registerMuddyMangroveRoots()
      Mappings:
      Namespace Name Mixin selector
      official K Lko;K()V
      intermediary method_42033 Lnet/minecraft/class_4910;method_42033()V
      named registerMuddyMangroveRoots Lnet/minecraft/data/client/BlockStateModelGenerator;registerMuddyMangroveRoots()V
    • registerMangrovePropagule

      private void registerMangrovePropagule()
      Mappings:
      Namespace Name Mixin selector
      official L Lko;L()V
      intermediary method_42034 Lnet/minecraft/class_4910;method_42034()V
      named registerMangrovePropagule Lnet/minecraft/data/client/BlockStateModelGenerator;registerMangrovePropagule()V
    • registerFrostedIce

      private void registerFrostedIce()
      Mappings:
      Namespace Name Mixin selector
      official M Lko;M()V
      intermediary method_25515 Lnet/minecraft/class_4910;method_25515()V
      named registerFrostedIce Lnet/minecraft/data/client/BlockStateModelGenerator;registerFrostedIce()V
    • registerTopSoils

      private void registerTopSoils()
      Mappings:
      Namespace Name Mixin selector
      official N Lko;N()V
      intermediary method_25516 Lnet/minecraft/class_4910;method_25516()V
      named registerTopSoils Lnet/minecraft/data/client/BlockStateModelGenerator;registerTopSoils()V
    • registerTopSoil

      private void registerTopSoil(Block topSoil, Identifier modelId, BlockStateVariant snowyVariant)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Lacf;Lkx;)V
      intermediary method_25560 Lnet/minecraft/class_4910;method_25560(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_4935;)V
      named registerTopSoil Lnet/minecraft/data/client/BlockStateModelGenerator;registerTopSoil(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/data/client/BlockStateVariant;)V
    • registerCocoa

      private void registerCocoa()
      Mappings:
      Namespace Name Mixin selector
      official O Lko;O()V
      intermediary method_25517 Lnet/minecraft/class_4910;method_25517()V
      named registerCocoa Lnet/minecraft/data/client/BlockStateModelGenerator;registerCocoa()V
    • registerGrassPath

      private void registerGrassPath()
      Mappings:
      Namespace Name Mixin selector
      official P Lko;P()V
      intermediary method_25518 Lnet/minecraft/class_4910;method_25518()V
      named registerGrassPath Lnet/minecraft/data/client/BlockStateModelGenerator;registerGrassPath()V
    • registerPressurePlate

      private void registerPressurePlate(Block pressurePlate, Block textureSource)
      Mappings:
      Namespace Name Mixin selector
      official g Lko;g(Lcmt;Lcmt;)V
      intermediary method_25666 Lnet/minecraft/class_4910;method_25666(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)V
      named registerPressurePlate Lnet/minecraft/data/client/BlockStateModelGenerator;registerPressurePlate(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)V
    • registerHopper

      private void registerHopper()
      Mappings:
      Namespace Name Mixin selector
      official Q Lko;Q()V
      intermediary method_25519 Lnet/minecraft/class_4910;method_25519()V
      named registerHopper Lnet/minecraft/data/client/BlockStateModelGenerator;registerHopper()V
    • registerParented

      private void registerParented(Block modelSource, Block child)
      Used for a block that shares a block model with another block, for example waxed copper or infested stone bricks.
      Mappings:
      Namespace Name Mixin selector
      official h Lko;h(Lcmt;Lcmt;)V
      intermediary method_25672 Lnet/minecraft/class_4910;method_25672(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)V
      named registerParented Lnet/minecraft/data/client/BlockStateModelGenerator;registerParented(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)V
    • registerIronBars

      private void registerIronBars()
      Mappings:
      Namespace Name Mixin selector
      official R Lko;R()V
      intermediary method_25520 Lnet/minecraft/class_4910;method_25520()V
      named registerIronBars Lnet/minecraft/data/client/BlockStateModelGenerator;registerIronBars()V
    • registerNorthDefaultHorizontalRotation

      private void registerNorthDefaultHorizontalRotation(Block block)
      Mappings:
      Namespace Name Mixin selector
      official A Lko;A(Lcmt;)V
      intermediary method_25708 Lnet/minecraft/class_4910;method_25708(Lnet/minecraft/class_2248;)V
      named registerNorthDefaultHorizontalRotation Lnet/minecraft/data/client/BlockStateModelGenerator;registerNorthDefaultHorizontalRotation(Lnet/minecraft/block/Block;)V
    • registerLever

      private void registerLever()
      Mappings:
      Namespace Name Mixin selector
      official S Lko;S()V
      intermediary method_25521 Lnet/minecraft/class_4910;method_25521()V
      named registerLever Lnet/minecraft/data/client/BlockStateModelGenerator;registerLever()V
    • registerLilyPad

      private void registerLilyPad()
      Mappings:
      Namespace Name Mixin selector
      official T Lko;T()V
      intermediary method_25522 Lnet/minecraft/class_4910;method_25522()V
      named registerLilyPad Lnet/minecraft/data/client/BlockStateModelGenerator;registerLilyPad()V
    • registerFrogspawn

      private void registerFrogspawn()
      Mappings:
      Namespace Name Mixin selector
      official U Lko;U()V
      intermediary method_42035 Lnet/minecraft/class_4910;method_42035()V
      named registerFrogspawn Lnet/minecraft/data/client/BlockStateModelGenerator;registerFrogspawn()V
    • registerNetherPortal

      private void registerNetherPortal()
      Mappings:
      Namespace Name Mixin selector
      official V Lko;V()V
      intermediary method_25523 Lnet/minecraft/class_4910;method_25523()V
      named registerNetherPortal Lnet/minecraft/data/client/BlockStateModelGenerator;registerNetherPortal()V
    • registerNetherrack

      private void registerNetherrack()
      Mappings:
      Namespace Name Mixin selector
      official W Lko;W()V
      intermediary method_25524 Lnet/minecraft/class_4910;method_25524()V
      named registerNetherrack Lnet/minecraft/data/client/BlockStateModelGenerator;registerNetherrack()V
    • registerObserver

      private void registerObserver()
      Mappings:
      Namespace Name Mixin selector
      official X Lko;X()V
      intermediary method_25525 Lnet/minecraft/class_4910;method_25525()V
      named registerObserver Lnet/minecraft/data/client/BlockStateModelGenerator;registerObserver()V
    • registerPistons

      private void registerPistons()
      Mappings:
      Namespace Name Mixin selector
      official Y Lko;Y()V
      intermediary method_25526 Lnet/minecraft/class_4910;method_25526()V
      named registerPistons Lnet/minecraft/data/client/BlockStateModelGenerator;registerPistons()V
    • registerPiston

      private void registerPiston(Block piston, Identifier extendedModelId, TextureMap textures)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lcmt;Lacf;Llf;)V
      intermediary method_25561 Lnet/minecraft/class_4910;method_25561(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_4944;)V
      named registerPiston Lnet/minecraft/data/client/BlockStateModelGenerator;registerPiston(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/data/client/TextureMap;)V
    • registerPistonHead

      private void registerPistonHead()
      Mappings:
      Namespace Name Mixin selector
      official Z Lko;Z()V
      intermediary method_25527 Lnet/minecraft/class_4910;method_25527()V
      named registerPistonHead Lnet/minecraft/data/client/BlockStateModelGenerator;registerPistonHead()V
    • registerSculkSensor

      private void registerSculkSensor()
      Mappings:
      Namespace Name Mixin selector
      official aa Lko;aa()V
      intermediary method_33128 Lnet/minecraft/class_4910;method_33128()V
      named registerSculkSensor Lnet/minecraft/data/client/BlockStateModelGenerator;registerSculkSensor()V
    • registerSculkShrieker

      private void registerSculkShrieker()
      Mappings:
      Namespace Name Mixin selector
      official ab Lko;ab()V
      intermediary method_42037 Lnet/minecraft/class_4910;method_42037()V
      named registerSculkShrieker Lnet/minecraft/data/client/BlockStateModelGenerator;registerSculkShrieker()V
    • registerScaffolding

      private void registerScaffolding()
      Mappings:
      Namespace Name Mixin selector
      official ac Lko;ac()V
      intermediary method_25528 Lnet/minecraft/class_4910;method_25528()V
      named registerScaffolding Lnet/minecraft/data/client/BlockStateModelGenerator;registerScaffolding()V
    • registerCaveVines

      private void registerCaveVines()
      Mappings:
      Namespace Name Mixin selector
      official ad Lko;ad()V
      intermediary method_33710 Lnet/minecraft/class_4910;method_33710()V
      named registerCaveVines Lnet/minecraft/data/client/BlockStateModelGenerator;registerCaveVines()V
    • registerRedstoneLamp

      private void registerRedstoneLamp()
      Mappings:
      Namespace Name Mixin selector
      official ae Lko;ae()V
      intermediary method_25529 Lnet/minecraft/class_4910;method_25529()V
      named registerRedstoneLamp Lnet/minecraft/data/client/BlockStateModelGenerator;registerRedstoneLamp()V
    • registerTorch

      private void registerTorch(Block torch, Block wallTorch)
      Mappings:
      Namespace Name Mixin selector
      official i Lko;i(Lcmt;Lcmt;)V
      intermediary method_25677 Lnet/minecraft/class_4910;method_25677(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)V
      named registerTorch Lnet/minecraft/data/client/BlockStateModelGenerator;registerTorch(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)V
    • registerRedstoneTorch

      private void registerRedstoneTorch()
      Mappings:
      Namespace Name Mixin selector
      official af Lko;af()V
      intermediary method_25530 Lnet/minecraft/class_4910;method_25530()V
      named registerRedstoneTorch Lnet/minecraft/data/client/BlockStateModelGenerator;registerRedstoneTorch()V
    • registerRepeater

      private void registerRepeater()
      Mappings:
      Namespace Name Mixin selector
      official ag Lko;ag()V
      intermediary method_25531 Lnet/minecraft/class_4910;method_25531()V
      named registerRepeater Lnet/minecraft/data/client/BlockStateModelGenerator;registerRepeater()V
    • registerSeaPickle

      private void registerSeaPickle()
      Mappings:
      Namespace Name Mixin selector
      official ah Lko;ah()V
      intermediary method_25532 Lnet/minecraft/class_4910;method_25532()V
      named registerSeaPickle Lnet/minecraft/data/client/BlockStateModelGenerator;registerSeaPickle()V
    • registerSnows

      private void registerSnows()
      Mappings:
      Namespace Name Mixin selector
      official ai Lko;ai()V
      intermediary method_25533 Lnet/minecraft/class_4910;method_25533()V
      named registerSnows Lnet/minecraft/data/client/BlockStateModelGenerator;registerSnows()V
    • registerStonecutter

      private void registerStonecutter()
      Mappings:
      Namespace Name Mixin selector
      official aj Lko;aj()V
      intermediary method_25590 Lnet/minecraft/class_4910;method_25590()V
      named registerStonecutter Lnet/minecraft/data/client/BlockStateModelGenerator;registerStonecutter()V
    • registerStructureBlock

      private void registerStructureBlock()
      Mappings:
      Namespace Name Mixin selector
      official ak Lko;ak()V
      intermediary method_25591 Lnet/minecraft/class_4910;method_25591()V
      named registerStructureBlock Lnet/minecraft/data/client/BlockStateModelGenerator;registerStructureBlock()V
    • registerSweetBerryBush

      private void registerSweetBerryBush()
      Mappings:
      Namespace Name Mixin selector
      official al Lko;al()V
      intermediary method_25592 Lnet/minecraft/class_4910;method_25592()V
      named registerSweetBerryBush Lnet/minecraft/data/client/BlockStateModelGenerator;registerSweetBerryBush()V
    • registerTripwire

      private void registerTripwire()
      Mappings:
      Namespace Name Mixin selector
      official am Lko;am()V
      intermediary method_25593 Lnet/minecraft/class_4910;method_25593()V
      named registerTripwire Lnet/minecraft/data/client/BlockStateModelGenerator;registerTripwire()V
    • registerTripwireHook

      private void registerTripwireHook()
      Mappings:
      Namespace Name Mixin selector
      official an Lko;an()V
      intermediary method_25594 Lnet/minecraft/class_4910;method_25594()V
      named registerTripwireHook Lnet/minecraft/data/client/BlockStateModelGenerator;registerTripwireHook()V
    • getTurtleEggModel

      private Identifier getTurtleEggModel(int eggs, String prefix, TextureMap textures)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(ILjava/lang/String;Llf;)Lacf;
      intermediary method_25536 Lnet/minecraft/class_4910;method_25536(ILjava/lang/String;Lnet/minecraft/class_4944;)Lnet/minecraft/class_2960;
      named getTurtleEggModel Lnet/minecraft/data/client/BlockStateModelGenerator;getTurtleEggModel(ILjava/lang/String;Lnet/minecraft/data/client/TextureMap;)Lnet/minecraft/util/Identifier;
    • getTurtleEggModel

      private Identifier getTurtleEggModel(Integer eggs, Integer hatch)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Ljava/lang/Integer;Ljava/lang/Integer;)Lacf;
      intermediary method_25581 Lnet/minecraft/class_4910;method_25581(Ljava/lang/Integer;Ljava/lang/Integer;)Lnet/minecraft/class_2960;
      named getTurtleEggModel Lnet/minecraft/data/client/BlockStateModelGenerator;getTurtleEggModel(Ljava/lang/Integer;Ljava/lang/Integer;)Lnet/minecraft/util/Identifier;
    • registerTurtleEgg

      private void registerTurtleEgg()
      Mappings:
      Namespace Name Mixin selector
      official ao Lko;ao()V
      intermediary method_25595 Lnet/minecraft/class_4910;method_25595()V
      named registerTurtleEgg Lnet/minecraft/data/client/BlockStateModelGenerator;registerTurtleEgg()V
    • registerWallPlant

      private void registerWallPlant(Block block)
      Mappings:
      Namespace Name Mixin selector
      official B Lko;B(Lcmt;)V
      intermediary method_33520 Lnet/minecraft/class_4910;method_33520(Lnet/minecraft/class_2248;)V
      named registerWallPlant Lnet/minecraft/data/client/BlockStateModelGenerator;registerWallPlant(Lnet/minecraft/block/Block;)V
    • registerSculkCatalyst

      private void registerSculkCatalyst()
      Mappings:
      Namespace Name Mixin selector
      official ap Lko;ap()V
      intermediary method_42038 Lnet/minecraft/class_4910;method_42038()V
      named registerSculkCatalyst Lnet/minecraft/data/client/BlockStateModelGenerator;registerSculkCatalyst()V
    • registerChiseledBookshelf

      private void registerChiseledBookshelf()
      Mappings:
      Namespace Name Mixin selector
      official aq Lko;aq()V
      intermediary method_46193 Lnet/minecraft/class_4910;method_46193()V
      named registerChiseledBookshelf Lnet/minecraft/data/client/BlockStateModelGenerator;registerChiseledBookshelf()V
    • supplyChiseledBookshelfModels

      private void supplyChiseledBookshelfModels(MultipartBlockStateSupplier blockStateSupplier, When.PropertyCondition facingCondition, VariantSettings.Rotation rotation)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lkt;Lks$c;Lky$a;)V
      intermediary method_47812 Lnet/minecraft/class_4910;method_47812(Lnet/minecraft/class_4922;Lnet/minecraft/class_4918$class_4921;Lnet/minecraft/class_4936$class_4937;)V
      named supplyChiseledBookshelfModels Lnet/minecraft/data/client/BlockStateModelGenerator;supplyChiseledBookshelfModels(Lnet/minecraft/data/client/MultipartBlockStateSupplier;Lnet/minecraft/data/client/When$PropertyCondition;Lnet/minecraft/data/client/VariantSettings$Rotation;)V
    • supplyChiseledBookshelfModel

      private void supplyChiseledBookshelfModel(MultipartBlockStateSupplier blockStateSupplier, When.PropertyCondition facingCondition, VariantSettings.Rotation rotation, BooleanProperty property, Model model, boolean occupied)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lkt;Lks$c;Lky$a;Lczk;Lld;Z)V
      intermediary method_47814 Lnet/minecraft/class_4910;method_47814(Lnet/minecraft/class_4922;Lnet/minecraft/class_4918$class_4921;Lnet/minecraft/class_4936$class_4937;Lnet/minecraft/class_2746;Lnet/minecraft/class_4942;Z)V
      named supplyChiseledBookshelfModel Lnet/minecraft/data/client/BlockStateModelGenerator;supplyChiseledBookshelfModel(Lnet/minecraft/data/client/MultipartBlockStateSupplier;Lnet/minecraft/data/client/When$PropertyCondition;Lnet/minecraft/data/client/VariantSettings$Rotation;Lnet/minecraft/state/property/BooleanProperty;Lnet/minecraft/data/client/Model;Z)V
    • registerMagmaBlock

      private void registerMagmaBlock()
      Mappings:
      Namespace Name Mixin selector
      official ar Lko;ar()V
      intermediary method_25597 Lnet/minecraft/class_4910;method_25597()V
      named registerMagmaBlock Lnet/minecraft/data/client/BlockStateModelGenerator;registerMagmaBlock()V
    • registerShulkerBox

      private void registerShulkerBox(Block shulkerBox)
      Mappings:
      Namespace Name Mixin selector
      official C Lko;C(Lcmt;)V
      intermediary method_25710 Lnet/minecraft/class_4910;method_25710(Lnet/minecraft/class_2248;)V
      named registerShulkerBox Lnet/minecraft/data/client/BlockStateModelGenerator;registerShulkerBox(Lnet/minecraft/block/Block;)V
    • registerPlantPart

      private void registerPlantPart(Block plant, Block plantStem, BlockStateModelGenerator.TintType tintType)
      Mappings:
      Namespace Name Mixin selector
      official b Lko;b(Lcmt;Lcmt;Lko$e;)V
      intermediary method_25602 Lnet/minecraft/class_4910;method_25602(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;Lnet/minecraft/class_4910$class_4913;)V
      named registerPlantPart Lnet/minecraft/data/client/BlockStateModelGenerator;registerPlantPart(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;Lnet/minecraft/data/client/BlockStateModelGenerator$TintType;)V
    • registerBed

      private void registerBed(Block bed, Block particleSource)
      Mappings:
      Namespace Name Mixin selector
      official j Lko;j(Lcmt;Lcmt;)V
      intermediary method_25682 Lnet/minecraft/class_4910;method_25682(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)V
      named registerBed Lnet/minecraft/data/client/BlockStateModelGenerator;registerBed(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)V
    • registerInfestedStone

      private void registerInfestedStone()
      Mappings:
      Namespace Name Mixin selector
      official as Lko;as()V
      intermediary method_25598 Lnet/minecraft/class_4910;method_25598()V
      named registerInfestedStone Lnet/minecraft/data/client/BlockStateModelGenerator;registerInfestedStone()V
    • registerInfestedDeepslate

      private void registerInfestedDeepslate()
      Mappings:
      Namespace Name Mixin selector
      official at Lko;at()V
      intermediary method_36440 Lnet/minecraft/class_4910;method_36440()V
      named registerInfestedDeepslate Lnet/minecraft/data/client/BlockStateModelGenerator;registerInfestedDeepslate()V
    • registerRoots

      private void registerRoots(Block root, Block pottedRoot)
      Mappings:
      Namespace Name Mixin selector
      official k Lko;k(Lcmt;Lcmt;)V
      intermediary method_25686 Lnet/minecraft/class_4910;method_25686(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)V
      named registerRoots Lnet/minecraft/data/client/BlockStateModelGenerator;registerRoots(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)V
    • registerRespawnAnchor

      private void registerRespawnAnchor()
      Mappings:
      Namespace Name Mixin selector
      official au Lko;au()V
      intermediary method_26279 Lnet/minecraft/class_4910;method_26279()V
      named registerRespawnAnchor Lnet/minecraft/data/client/BlockStateModelGenerator;registerRespawnAnchor()V
    • addJigsawOrientationToVariant

      private BlockStateVariant addJigsawOrientationToVariant(JigsawOrientation orientation, BlockStateVariant variant)
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a(Lgx;Lkx;)Lkx;
      intermediary method_26433 Lnet/minecraft/class_4910;method_26433(Lnet/minecraft/class_5000;Lnet/minecraft/class_4935;)Lnet/minecraft/class_4935;
      named addJigsawOrientationToVariant Lnet/minecraft/data/client/BlockStateModelGenerator;addJigsawOrientationToVariant(Lnet/minecraft/block/enums/JigsawOrientation;Lnet/minecraft/data/client/BlockStateVariant;)Lnet/minecraft/data/client/BlockStateVariant;
    • registerJigsaw

      private void registerJigsaw()
      Mappings:
      Namespace Name Mixin selector
      official av Lko;av()V
      intermediary method_26434 Lnet/minecraft/class_4910;method_26434()V
      named registerJigsaw Lnet/minecraft/data/client/BlockStateModelGenerator;registerJigsaw()V
    • registerPetrifiedOakSlab

      private void registerPetrifiedOakSlab()
      Mappings:
      Namespace Name Mixin selector
      official aw Lko;aw()V
      intermediary method_33504 Lnet/minecraft/class_4910;method_33504()V
      named registerPetrifiedOakSlab Lnet/minecraft/data/client/BlockStateModelGenerator;registerPetrifiedOakSlab()V
    • register

      public void register()
      Mappings:
      Namespace Name Mixin selector
      official a Lko;a()V
      intermediary method_25534 Lnet/minecraft/class_4910;method_25534()V
      named register Lnet/minecraft/data/client/BlockStateModelGenerator;register()V
    • registerLightBlock

      private void registerLightBlock()
      Mappings:
      Namespace Name Mixin selector
      official ax Lko;ax()V
      intermediary method_39204 Lnet/minecraft/class_4910;method_39204()V
      named registerLightBlock Lnet/minecraft/data/client/BlockStateModelGenerator;registerLightBlock()V
    • registerCandle

      private void registerCandle(Block candle, Block cake)
      Mappings:
      Namespace Name Mixin selector
      official l Lko;l(Lcmt;Lcmt;)V
      intermediary method_32228 Lnet/minecraft/class_4910;method_32228(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)V
      named registerCandle Lnet/minecraft/data/client/BlockStateModelGenerator;registerCandle(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)V