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 epvintermediary net/minecraft/class_9368named net/minecraft/util/collection/ListOperation
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic final recordstatic classstatic final recordstatic 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 aLepv;a(I)Lcom/mojang/serialization/MapCodec;intermediary method_58456Lnet/minecraft/class_9368;method_58456(I)Lcom/mojang/serialization/MapCodec;named method_58456Lnet/minecraft/util/collection/ListOperation;method_58456(I)Lcom/mojang/serialization/MapCodec;
-
getType
ListOperation.Type getType()- Mappings:
Namespace Name Mixin selector official aLepv;a()Lepv$e;intermediary method_58191Lnet/minecraft/class_9368;method_58191()Lnet/minecraft/class_9368$class_9373;named getTypeLnet/minecraft/util/collection/ListOperation;getType()Lnet/minecraft/util/collection/ListOperation$Type;
-
apply
- Mappings:
Namespace Name Mixin selector official aLepv;a(Ljava/util/List;Ljava/util/List;I)Ljava/util/List;intermediary method_58192Lnet/minecraft/class_9368;method_58192(Ljava/util/List;Ljava/util/List;I)Ljava/util/List;named applyLnet/minecraft/util/collection/ListOperation;apply(Ljava/util/List;Ljava/util/List;I)Ljava/util/List;
-