Class AppendLootRuleBlockEntityModifier
java.lang.Object
net.minecraft.structure.rule.blockentity.AppendLootRuleBlockEntityModifier
- All Implemented Interfaces:
RuleBlockEntityModifier
- Mappings:
Namespace Name named net/minecraft/structure/rule/blockentity/AppendLootRuleBlockEntityModifier
intermediary net/minecraft/class_8244
official emq
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<AppendLootRuleBlockEntityModifier> private static final Logger
private final RegistryKey
<LootTable> Fields inherited from interface net.minecraft.structure.rule.blockentity.RuleBlockEntityModifier
TYPE_CODEC
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
modifyBlockEntityNbt
(Random random, @Nullable NbtCompound nbt)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGER
Lnet/minecraft/structure/rule/blockentity/AppendLootRuleBlockEntityModifier;LOGGER:Lorg/slf4j/Logger;
intermediary field_43337
Lnet/minecraft/class_8244;field_43337:Lorg/slf4j/Logger;
official b
Lemq;b:Lorg/slf4j/Logger;
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/structure/rule/blockentity/AppendLootRuleBlockEntityModifier;CODEC:Lcom/mojang/serialization/MapCodec;
intermediary field_43336
Lnet/minecraft/class_8244;field_43336:Lcom/mojang/serialization/MapCodec;
official a
Lemq;a:Lcom/mojang/serialization/MapCodec;
-
lootTable
- Mappings:
Namespace Name Mixin selector named lootTable
Lnet/minecraft/structure/rule/blockentity/AppendLootRuleBlockEntityModifier;lootTable:Lnet/minecraft/registry/RegistryKey;
intermediary field_43338
Lnet/minecraft/class_8244;field_43338:Lnet/minecraft/class_5321;
official d
Lemq;d:Lale;
-
-
Constructor Details
-
AppendLootRuleBlockEntityModifier
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/structure/rule/blockentity/AppendLootRuleBlockEntityModifier;<init>(Lnet/minecraft/registry/RegistryKey;)V
intermediary <init>
Lnet/minecraft/class_8244;<init>(Lnet/minecraft/class_5321;)V
official <init>
Lemq;<init>(Lale;)V
-
-
Method Details
-
modifyBlockEntityNbt
- Specified by:
modifyBlockEntityNbt
in interfaceRuleBlockEntityModifier
- Mappings:
Namespace Name Mixin selector named modifyBlockEntityNbt
Lnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifier;modifyBlockEntityNbt(Lnet/minecraft/util/math/random/Random;Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/nbt/NbtCompound;
intermediary method_49892
Lnet/minecraft/class_8248;method_49892(Lnet/minecraft/class_5819;Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;
official a
Lemu;a(Lazh;Lus;)Lus;
-
getType
- Specified by:
getType
in interfaceRuleBlockEntityModifier
- Mappings:
Namespace Name Mixin selector named getType
Lnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifier;getType()Lnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifierType;
intermediary method_49891
Lnet/minecraft/class_8248;method_49891()Lnet/minecraft/class_8249;
official a
Lemu;a()Lemv;
-