Class AppendLootRuleBlockEntityModifier
java.lang.Object
net.minecraft.structure.rule.blockentity.AppendLootRuleBlockEntityModifier
- All Implemented Interfaces:
RuleBlockEntityModifier
- Mappings:
Namespace Name intermediary net/minecraft/class_8244official dvunamed net/minecraft/structure/rule/blockentity/AppendLootRuleBlockEntityModifier
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<AppendLootRuleBlockEntityModifier>private static final Loggerprivate final IdentifierFields inherited from interface net.minecraft.structure.rule.blockentity.RuleBlockEntityModifier
TYPE_CODEC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()modifyBlockEntityNbt(Random random, @Nullable NbtCompound nbt)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector intermediary field_43337Lnet/minecraft/class_8244;field_43337:Lorg/slf4j/Logger;official bLdvu;b:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/structure/rule/blockentity/AppendLootRuleBlockEntityModifier;LOGGER:Lorg/slf4j/Logger;
-
CODEC
- Mappings:
Namespace Name Mixin selector intermediary field_43336Lnet/minecraft/class_8244;field_43336:Lcom/mojang/serialization/Codec;official aLdvu;a:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/structure/rule/blockentity/AppendLootRuleBlockEntityModifier;CODEC:Lcom/mojang/serialization/Codec;
-
lootTable
- Mappings:
Namespace Name Mixin selector intermediary field_43338Lnet/minecraft/class_8244;field_43338:Lnet/minecraft/class_2960;official dLdvu;d:Lacq;named lootTableLnet/minecraft/structure/rule/blockentity/AppendLootRuleBlockEntityModifier;lootTable:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
AppendLootRuleBlockEntityModifier
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_8244;<init>(Lnet/minecraft/class_2960;)Vofficial <init>Ldvu;<init>(Lacq;)Vnamed <init>Lnet/minecraft/structure/rule/blockentity/AppendLootRuleBlockEntityModifier;<init>(Lnet/minecraft/util/Identifier;)V
-
-
Method Details
-
modifyBlockEntityNbt
- Specified by:
modifyBlockEntityNbtin interfaceRuleBlockEntityModifier- Mappings:
Namespace Name Mixin selector intermediary method_49892Lnet/minecraft/class_8248;method_49892(Lnet/minecraft/class_5819;Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;official aLdvy;a(Lapf;Lqr;)Lqr;named modifyBlockEntityNbtLnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifier;modifyBlockEntityNbt(Lnet/minecraft/util/math/random/Random;Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/nbt/NbtCompound;
-
getType
- Specified by:
getTypein interfaceRuleBlockEntityModifier- Mappings:
Namespace Name Mixin selector intermediary method_49891Lnet/minecraft/class_8248;method_49891()Lnet/minecraft/class_8249;official aLdvy;a()Ldvz;named getTypeLnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifier;getType()Lnet/minecraft/structure/rule/blockentity/RuleBlockEntityModifierType;
-