Package net.minecraft.util.collection
Interface ListOperation
- All Known Implementing Classes:
ListOperation.Append
,ListOperation.Insert
,ListOperation.ReplaceAll
,ListOperation.ReplaceSection
public interface ListOperation
- Mappings:
Namespace Name official epv
intermediary net/minecraft/class_9368
named net/minecraft/util/collection/ListOperation
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static final record
static class
static final record
static enum
-
Method Summary
Modifier and TypeMethodDescription<T> List
<T> getType()
static com.mojang.serialization.MapCodec
<ListOperation> method_58456
(int int2)
-
Method Details
-
method_58456
- Mappings:
Namespace Name Mixin selector official a
Lepv;a(I)Lcom/mojang/serialization/MapCodec;
intermediary method_58456
Lnet/minecraft/class_9368;method_58456(I)Lcom/mojang/serialization/MapCodec;
named method_58456
Lnet/minecraft/util/collection/ListOperation;method_58456(I)Lcom/mojang/serialization/MapCodec;
-
getType
ListOperation.Type getType()- Mappings:
Namespace Name Mixin selector official a
Lepv;a()Lepv$e;
intermediary method_58191
Lnet/minecraft/class_9368;method_58191()Lnet/minecraft/class_9368$class_9373;
named getType
Lnet/minecraft/util/collection/ListOperation;getType()Lnet/minecraft/util/collection/ListOperation$Type;
-
apply
- Mappings:
Namespace Name Mixin selector official a
Lepv;a(Ljava/util/List;Ljava/util/List;I)Ljava/util/List;
intermediary method_58192
Lnet/minecraft/class_9368;method_58192(Ljava/util/List;Ljava/util/List;I)Ljava/util/List;
named apply
Lnet/minecraft/util/collection/ListOperation;apply(Ljava/util/List;Ljava/util/List;I)Ljava/util/List;
-