Package net.minecraft.data.client
Class BlockStateModelGenerator
java.lang.Object
net.minecraft.data.client.BlockStateModelGenerator
- Mappings:
Namespace Name official ko
intermediary net/minecraft/class_4910
named net/minecraft/data/client/BlockStateModelGenerator
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate class
private class
private static final record
private class
private static interface
private static enum
-
Field Summary
Modifier and TypeFieldDescription(package private) final Consumer<BlockStateSupplier>
private static final Map<BlockStateModelGenerator.ChiseledBookshelfModelCacheKey,
Identifier> static final List<com.mojang.datafixers.util.Pair<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.(package private) final BiConsumer<Identifier,
Supplier<JsonElement>> (package private) final Map<Block,
BlockStateModelGenerator.StateFactory> (package private) final Map<Block,
TexturedModel> (package private) static final Map<BlockFamily.Variant,
BiConsumer<BlockStateModelGenerator.BlockTexturePool, Block>> -
Constructor Summary
ConstructorDescriptionBlockStateModelGenerator
(Consumer<BlockStateSupplier> blockStateCollector, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector, Consumer<Item> simpleItemModelExemptionCollector) -
Method Summary
Modifier and TypeMethodDescriptionprivate BlockStateVariant
addJigsawOrientationToVariant
(JigsawOrientation orientation, BlockStateVariant variant) private static List<BlockStateVariant>
buildBlockStateVariants
(List<Identifier> modelIds, UnaryOperator<BlockStateVariant> processor) (package private) static BlockStateSupplier
createAxisRotatedBlockState
(Block block, Identifier modelId) (package private) static BlockStateSupplier
createAxisRotatedBlockState
(Block block, Identifier verticalModelId, Identifier horizontalModelId) private static BlockStateVariantMap
private static VariantsBlockStateSupplier
createBlockStateWithRandomHorizontalRotations
(Block block, Identifier modelId) private static VariantsBlockStateSupplier
createBlockStateWithTwoModelAndRandomInversion
(Block block, Identifier firstModelId, Identifier secondModelId) private static BlockStateVariantMap
createBooleanModelMap
(BooleanProperty property, Identifier trueModel, Identifier falseModel) (package private) static BlockStateSupplier
createButtonBlockState
(Block buttonBlock, Identifier regularModelId, Identifier pressedModelId) (package private) static BlockStateSupplier
createCustomFenceBlockState
(Block customFenceBlock, Identifier postModelId, Identifier northModelId, Identifier eastModelId, Identifier southModelId, Identifier westModelId) private static BlockStateSupplier
createDeepslateState
(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) private static BlockStateSupplier
createDoorBlockState
(Block doorBlock, Identifier bottomLeftHingeClosedModelId, Identifier bottomLeftHingeOpenModelId, Identifier bottomRightHingeClosedModelId, Identifier bottomRightHingeOpenModelId, Identifier topLeftHingeClosedModelId, Identifier topLeftHingeOpenModelId, Identifier topRightHingeClosedModelId, Identifier topRightHingeOpenModelId) private static BlockStateVariantMap
(package private) static BlockStateSupplier
createFenceBlockState
(Block fenceBlock, Identifier postModelId, Identifier sideModelId) (package private) static BlockStateSupplier
createFenceGateBlockState
(Block fenceGateBlock, Identifier openModelId, Identifier closedModelId, Identifier openWallModelId, Identifier closedWallModelId, boolean uvlock) private static BlockStateVariant[]
private static BlockStateSupplier
createMudBrickState
(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) private static BlockStateVariantMap
private static BlockStateVariantMap
private static BlockStateSupplier
createOrientableTrapdoorBlockState
(Block trapdoorBlock, Identifier topModelId, Identifier bottomModelId, Identifier openModelId) (package private) static BlockStateSupplier
createPressurePlateBlockState
(Block pressurePlateBlock, Identifier upModelId, Identifier downModelId) (package private) static VariantsBlockStateSupplier
createSingletonBlockState
(Block block, Identifier modelId) (package private) static BlockStateSupplier
createSlabBlockState
(Block slabBlock, Identifier bottomModelId, Identifier topModelId, Identifier fullModelId) private static BlockStateVariantMap
(package private) static BlockStateSupplier
createStairsBlockState
(Block stairsBlock, Identifier innerModelId, Identifier regularModelId, Identifier outerModelId) private static BlockStateSupplier
createStoneState
(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) private Identifier
createSubModel
(Block block, String suffix, Model model, Function<Identifier, TextureMap> texturesFactory) private static BlockStateSupplier
createTrapdoorBlockState
(Block trapdoorBlock, Identifier topModelId, Identifier bottomModelId, Identifier openModelId) private BlockStateVariantMap
(package private) static BlockStateSupplier
createUvLockedColumnBlockState
(Block block, TextureMap textureMap, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) private static <T extends Comparable<T>>
BlockStateVariantMapcreateValueFencedModelMap
(Property<T> property, T fence, Identifier higherOrEqualModelId, Identifier lowerModelId) (package private) static BlockStateSupplier
createWallBlockState
(Block wallBlock, Identifier postModelId, Identifier lowSideModelId, Identifier tallSideModelId) (package private) void
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) private List<BlockStateVariant>
getBambooBlockStateVariants
(int age) private BlockStateVariant
getDripstoneVariant
(Direction direction, Thickness thickness) private List<Identifier>
getFireFloorModels
(Block texture) private List<Identifier>
getFireSideModels
(Block texture) private List<Identifier>
getFireUpModels
(Block texture) private Identifier
getTurtleEggModel
(int eggs, String prefix, TextureMap textures) private Identifier
getTurtleEggModel
(Integer eggs, Integer hatch) void
register()
private void
registerAmethyst
(Block block) private void
private void
registerAnvil
(Block anvil) private void
registerAxisRotated
(Block block, TexturedModel.Factory modelFactory) private void
registerAxisRotated
(Block block, TexturedModel.Factory verticalModelFactory, TexturedModel.Factory horizontalModelFactory) private void
registerAxisRotated
(Block block, Identifier modelId) private void
registerAzalea
(Block block) private void
private void
private void
registerBed
(Block bed, Block particleSource) private void
registerBeehive
(Block beehive, Function<Block, TextureMap> texturesFactory) private void
private void
private void
private void
registerBuiltin
(Block block, Block particleBlock) registerBuiltin
(Identifier modelId, Block particleBlock) private void
registerBuiltinWithParticle
(Block block, Item particleSource) private void
registerBuiltinWithParticle
(Block block, Identifier particleSource) private void
private void
registerCampfire
(Block[] blocks) private void
registerCandle
(Block candle, Block cake) private void
private void
private void
private void
private void
private void
private void
private void
registerCommandBlock
(Block commandBlock) private void
private void
private void
registerCooker
(Block cooker, TexturedModel.Factory modelFactory) private void
registerCoral
(Block coral, Block deadCoral, Block coralBlock, Block deadCoralBlock, Block coralFan, Block deadCoralFan, Block coralWallFan, Block deadCoralWallFan) private void
registerCoralFan
(Block coralFanBlock, Block coralWallFanBlock) private void
registerCrop
(Block crop, Property<Integer> ageProperty, int[] ageTextureIndices) private void
registerCubeWithCustomTextures
(Block block, Block otherTextureSource, BiFunction<Block, Block, TextureMap> texturesFactory) private void
private void
(package private) void
registerDoor
(Block doorBlock) private void
registerDoubleBlock
(Block doubleBlock, BlockStateModelGenerator.TintType tintType) private void
registerDoubleBlock
(Block block, Identifier upperHalfModelId, Identifier lowerHalfModelId) private void
private void
private void
private void
registerFlowerPotPlant
(Block plantBlock, Block flowerPotBlock, BlockStateModelGenerator.TintType tintType) private void
private void
private void
registerGlassPane
(Block glass, Block glassPane) private void
registerGourd
(Block stemBlock, Block attachedStemBlock) private void
private void
void
registerHangingSign
(Block strippedLog, Block hangingSign, Block wallHangingSign) private void
private void
private void
private void
private void
registerItemModel
(Block block) private void
registerItemModel
(Block block, String textureSuffix) (package private) void
registerItemModel
(Item item) private void
private void
registerLantern
(Block lantern) private void
private void
private void
private void
registerLog
(Block logBlock) private void
private void
private void
registerMirrorable
(Block block) private void
private void
registerMushroomBlock
(Block mushroomBlock) private void
private void
private void
private void
registerNorthDefaultHorizontalRotatable
(Block block, TextureMap texture) private void
registerNorthDefaultHorizontalRotated
(Block block, TexturedModel.Factory modelFactory) private void
private void
(package private) void
registerOrientableTrapdoor
(Block trapdoorBlock) 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.(package private) void
registerParentedItemModel
(Block block, Identifier parentModelId) private void
registerParentedItemModel
(Item item, Identifier parentModelId) private void
private void
registerPiston
(Block piston, Identifier extendedModelId, TextureMap textures) private void
private void
private void
registerPlantPart
(Block plant, Block plantStem, BlockStateModelGenerator.TintType tintType) private void
private void
registerPottedAzaleaBush
(Block block) private void
registerPressurePlate
(Block pressurePlate, Block textureSource) private void
private void
registerRandomHorizontalRotations
(TexturedModel.Factory modelFactory, Block[] blocks) private void
private void
private void
private void
private void
private void
registerRod
(Block block) private void
registerRoots
(Block root, Block pottedRoot) private void
registerRotatable
(Block block) private void
private void
private void
private void
private void
private void
registerShulkerBox
(Block shulkerBox) private void
registerSimpleCubeAll
(Block block) private void
registerSimpleState
(Block block) private void
registerSingleton
(Block block, TexturedModel.Factory modelFactory) private void
registerSingleton
(Block block, TextureMap textures, Model model) private void
private void
private void
private void
private void
private void
registerSouthDefaultHorizontalFacing
(TexturedModel.Factory modelFactory, Block[] blocks) private void
registerStateWithModelReference
(Block block, Block modelReference) private void
private void
registerStraightRail
(Block rail) private void
private void
private void
private void
private void
registerTintableCross
(Block block, BlockStateModelGenerator.TintType tintType) private void
registerTintableCross
(Block block, BlockStateModelGenerator.TintType tintType, TextureMap texture) private void
registerTintableCrossBlockState
(Block block, BlockStateModelGenerator.TintType tintType) private void
registerTintableCrossBlockState
(Block block, BlockStateModelGenerator.TintType tintType, TextureMap crossTexture) private void
registerTopSoil
(Block topSoil, Identifier modelId, BlockStateVariant snowyVariant) private void
private void
registerTorch
(Block torch, Block wallTorch) (package private) void
registerTrapdoor
(Block trapdoorBlock) private void
private void
private void
registerTurnableRail
(Block rail) private void
private void
registerWallPlant
(Block block) private void
registerWoolAndCarpet
(Block wool, Block carpet) private void
supplyChiseledBookshelfModel
(MultipartBlockStateSupplier blockStateSupplier, When.PropertyCondition facingCondition, VariantSettings.Rotation rotation, BooleanProperty property, Model model, boolean occupied) private void
supplyChiseledBookshelfModels
(MultipartBlockStateSupplier blockStateSupplier, When.PropertyCondition facingCondition, VariantSettings.Rotation rotation)
-
Field Details
-
VARIANT_POOL_FUNCTIONS
static final Map<BlockFamily.Variant,BiConsumer<BlockStateModelGenerator.BlockTexturePool, VARIANT_POOL_FUNCTIONSBlock>> - 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, CONNECTION_VARIANT_FUNCTIONSBlockStateVariant>>> 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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, fillDoorVariantMapDoorHinge, Boolean> (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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
-