Package net.minecraft.util.collection
Class ListOperation.ReplaceAll
java.lang.Object
net.minecraft.util.collection.ListOperation.ReplaceAll
- All Implemented Interfaces:
 ListOperation
- Enclosing interface:
 ListOperation
- Mappings:
 Namespace Name named net/minecraft/util/collection/ListOperation$ReplaceAllintermediary net/minecraft/class_9368$class_9371official fev$c
- 
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.util.collection.ListOperation
ListOperation.Append, ListOperation.Insert, ListOperation.Mode, ListOperation.ReplaceAll, ListOperation.ReplaceSection, ListOperation.Values<T> - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<ListOperation.ReplaceAll> static final ListOperation.ReplaceAllFields inherited from interface net.minecraft.util.collection.ListOperation
UNLIMITED_SIZE_CODEC - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.util.collection.ListOperation
apply 
- 
Field Details
- 
INSTANCE
- Mappings:
 Namespace Name Mixin selector named INSTANCELnet/minecraft/util/collection/ListOperation$ReplaceAll;INSTANCE:Lnet/minecraft/util/collection/ListOperation$ReplaceAll;intermediary field_49852Lnet/minecraft/class_9368$class_9371;field_49852:Lnet/minecraft/class_9368$class_9371;official bLfev$c;b:Lfev$c;
 - 
CODEC
- Mappings:
 Namespace Name Mixin selector named CODECLnet/minecraft/util/collection/ListOperation$ReplaceAll;CODEC:Lcom/mojang/serialization/MapCodec;intermediary field_49853Lnet/minecraft/class_9368$class_9371;field_49853:Lcom/mojang/serialization/MapCodec;official cLfev$c;c:Lcom/mojang/serialization/MapCodec;
 
 - 
 - 
Constructor Details
- 
ReplaceAll
private ReplaceAll() 
 - 
 - 
Method Details
- 
getMode
- Specified by:
 getModein interfaceListOperation- Mappings:
 Namespace Name Mixin selector named getModeLnet/minecraft/util/collection/ListOperation;getMode()Lnet/minecraft/util/collection/ListOperation$Mode;intermediary method_58191Lnet/minecraft/class_9368;method_58191()Lnet/minecraft/class_9368$class_9373;official aLfev;a()Lfev$f;
 - 
apply
- Specified by:
 applyin interfaceListOperation- Mappings:
 Namespace Name Mixin selector named applyLnet/minecraft/util/collection/ListOperation;apply(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;official aLfev;a(Ljava/util/List;Ljava/util/List;I)Ljava/util/List;
 
 -