Record Class ListOperation.Insert
java.lang.Object
java.lang.Record
net.minecraft.world.level.storage.loot.functions.ListOperation.Insert
- All Implemented Interfaces:
ListOperation
- Enclosing interface:
ListOperation
-
Nested Class Summary
Nested classes/interfaces inherited from interface ListOperation
ListOperation.Append, ListOperation.Insert, ListOperation.ReplaceAll, ListOperation.ReplaceSection, ListOperation.StandAlone<T>, ListOperation.Type -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.slf4j.Loggerstatic final com.mojang.serialization.MapCodec<ListOperation.Insert> private final intThe field for theoffsetrecord component.Fields inherited from interface ListOperation
UNLIMITED_CODEC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> List<T> final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.mode()intoffset()Returns the value of theoffsetrecord component.final StringtoString()Returns a string representation of this record class.Methods inherited from interface ListOperation
apply
-
Field Details
-
offset
private final int offsetThe field for theoffsetrecord component. -
LOGGER
private static final org.slf4j.Logger LOGGER -
MAP_CODEC
-
-
Constructor Details
-
Insert
public Insert(int offset) Creates an instance of aInsertrecord class.- Parameters:
offset- the value for theoffsetrecord component
-
-
Method Details
-
mode
- Specified by:
modein interfaceListOperation
-
apply
- Specified by:
applyin interfaceListOperation
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with thecomparemethod from their corresponding wrapper classes. -
offset
public int offset()Returns the value of theoffsetrecord component.- Returns:
- the value of the
offsetrecord component
-