Class ListOperation.Append
java.lang.Object
net.minecraft.world.level.storage.loot.functions.ListOperation.Append
- All Implemented Interfaces:
ListOperation
- Enclosing interface:
ListOperation
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.world.level.storage.loot.functions.ListOperation
ListOperation.Append, ListOperation.Insert, ListOperation.ReplaceAll, ListOperation.ReplaceSection, ListOperation.StandAlone<T>, ListOperation.Type
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ListOperation.Append
private static final org.slf4j.Logger
static final com.mojang.serialization.MapCodec
<ListOperation.Append> Fields inherited from interface net.minecraft.world.level.storage.loot.functions.ListOperation
UNLIMITED_CODEC
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.level.storage.loot.functions.ListOperation
apply
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
INSTANCE
-
MAP_CODEC
-
-
Constructor Details
-
Append
private Append()
-
-
Method Details
-
mode
- Specified by:
mode
in interfaceListOperation
-
apply
- Specified by:
apply
in interfaceListOperation
-