Package net.minecraft.world.tick
Record Class Tick<T>
java.lang.Object
java.lang.Record
net.minecraft.world.tick.Tick<T>
- Record Components:
type
-pos
-delay
-priority
-
- Mappings:
Namespace Name named net/minecraft/world/tick/Tick
intermediary net/minecraft/class_6759
official exj
named type
intermediary comp_248
official b
named pos
intermediary comp_249
official c
named delay
intermediary comp_250
official d
named priority
intermediary comp_251
official e
-
Field Summary
Modifier and TypeFieldDescriptionprivate final int
The field for thedelay
record component.private static final String
static final Hash.Strategy
<Tick<?>> private final BlockPos
The field for thepos
record component.private final TickPriority
The field for thepriority
record component.private static final String
private final T
The field for thetype
record component.private static final String
private static final String
private static final String
private static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Tick
<T> createOrderedTick
(long time, long subTickOrder) int
delay()
Returns the value of thedelay
record component.final boolean
Indicates whether some other object is "equal to" this one.fromNbt
(NbtCompound nbt, Function<String, Optional<T>> nameToType) final int
hashCode()
Returns a hash code value for this object.static <T> NbtCompound
orderedTickToNbt
(OrderedTick<T> orderedTick, Function<T, String> typeToNameFunction, long delay) pos()
Returns the value of thepos
record component.priority()
Returns the value of thepriority
record component.static <T> void
tick
(NbtList tickList, Function<String, Optional<T>> nameToTypeFunction, ChunkPos pos, Consumer<Tick<T>> tickConsumer) private static NbtCompound
toNbt
(String type, BlockPos pos, int delay, TickPriority priority) final String
toString()
Returns a string representation of this record class.type()
Returns the value of thetype
record component.
-
Field Details
-
type
The field for thetype
record component. -
pos
The field for thepos
record component. -
delay
private final int delayThe field for thedelay
record component. -
priority
The field for thepriority
record component. -
TYPE_NBT_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector named TYPE_NBT_KEY
Lnet/minecraft/world/tick/Tick;TYPE_NBT_KEY:Ljava/lang/String;
intermediary field_35543
Lnet/minecraft/class_6759;field_35543:Ljava/lang/String;
official f
Lexj;f:Ljava/lang/String;
-
X_NBT_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector named X_NBT_KEY
Lnet/minecraft/world/tick/Tick;X_NBT_KEY:Ljava/lang/String;
intermediary field_35544
Lnet/minecraft/class_6759;field_35544:Ljava/lang/String;
official g
Lexj;g:Ljava/lang/String;
-
Y_NBT_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector named Y_NBT_KEY
Lnet/minecraft/world/tick/Tick;Y_NBT_KEY:Ljava/lang/String;
intermediary field_35545
Lnet/minecraft/class_6759;field_35545:Ljava/lang/String;
official h
Lexj;h:Ljava/lang/String;
-
Z_NBT_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector named Z_NBT_KEY
Lnet/minecraft/world/tick/Tick;Z_NBT_KEY:Ljava/lang/String;
intermediary field_35546
Lnet/minecraft/class_6759;field_35546:Ljava/lang/String;
official i
Lexj;i:Ljava/lang/String;
-
DELAY_NBT_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector named DELAY_NBT_KEY
Lnet/minecraft/world/tick/Tick;DELAY_NBT_KEY:Ljava/lang/String;
intermediary field_35547
Lnet/minecraft/class_6759;field_35547:Ljava/lang/String;
official j
Lexj;j:Ljava/lang/String;
-
PRIORITY_NBT_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector named PRIORITY_NBT_KEY
Lnet/minecraft/world/tick/Tick;PRIORITY_NBT_KEY:Ljava/lang/String;
intermediary field_35548
Lnet/minecraft/class_6759;field_35548:Ljava/lang/String;
official k
Lexj;k:Ljava/lang/String;
-
HASH_STRATEGY
- Mappings:
Namespace Name Mixin selector named HASH_STRATEGY
Lnet/minecraft/world/tick/Tick;HASH_STRATEGY:Lit/unimi/dsi/fastutil/Hash$Strategy;
intermediary field_35542
Lnet/minecraft/class_6759;field_35542:Lit/unimi/dsi/fastutil/Hash$Strategy;
official a
Lexj;a:Lit/unimi/dsi/fastutil/Hash$Strategy;
-
-
Constructor Details
-
Tick
-
-
Method Details
-
tick
public static <T> void tick(NbtList tickList, Function<String, Optional<T>> nameToTypeFunction, ChunkPos pos, Consumer<Tick<T>> tickConsumer) - Mappings:
Namespace Name Mixin selector named tick
Lnet/minecraft/world/tick/Tick;tick(Lnet/minecraft/nbt/NbtList;Ljava/util/function/Function;Lnet/minecraft/util/math/ChunkPos;Ljava/util/function/Consumer;)V
intermediary method_39406
Lnet/minecraft/class_6759;method_39406(Lnet/minecraft/class_2499;Ljava/util/function/Function;Lnet/minecraft/class_1923;Ljava/util/function/Consumer;)V
official a
Lexj;a(Luy;Ljava/util/function/Function;Ldbh;Ljava/util/function/Consumer;)V
-
fromNbt
public static <T> Optional<Tick<T>> fromNbt(NbtCompound nbt, Function<String, Optional<T>> nameToType) - Mappings:
Namespace Name Mixin selector named fromNbt
Lnet/minecraft/world/tick/Tick;fromNbt(Lnet/minecraft/nbt/NbtCompound;Ljava/util/function/Function;)Ljava/util/Optional;
intermediary method_40559
Lnet/minecraft/class_6759;method_40559(Lnet/minecraft/class_2487;Ljava/util/function/Function;)Ljava/util/Optional;
official a
Lexj;a(Lus;Ljava/util/function/Function;)Ljava/util/Optional;
-
toNbt
- Mappings:
Namespace Name Mixin selector named toNbt
Lnet/minecraft/world/tick/Tick;toNbt(Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;ILnet/minecraft/world/tick/TickPriority;)Lnet/minecraft/nbt/NbtCompound;
intermediary method_39403
Lnet/minecraft/class_6759;method_39403(Ljava/lang/String;Lnet/minecraft/class_2338;ILnet/minecraft/class_1953;)Lnet/minecraft/class_2487;
official a
Lexj;a(Ljava/lang/String;Liz;ILexo;)Lus;
-
orderedTickToNbt
public static <T> NbtCompound orderedTickToNbt(OrderedTick<T> orderedTick, Function<T, String> typeToNameFunction, long delay) - Mappings:
Namespace Name Mixin selector named orderedTickToNbt
Lnet/minecraft/world/tick/Tick;orderedTickToNbt(Lnet/minecraft/world/tick/OrderedTick;Ljava/util/function/Function;J)Lnet/minecraft/nbt/NbtCompound;
intermediary method_39401
Lnet/minecraft/class_6759;method_39401(Lnet/minecraft/class_6760;Ljava/util/function/Function;J)Lnet/minecraft/class_2487;
official a
Lexj;a(Lexk;Ljava/util/function/Function;J)Lus;
-
toNbt
- Mappings:
Namespace Name Mixin selector named toNbt
Lnet/minecraft/world/tick/Tick;toNbt(Ljava/util/function/Function;)Lnet/minecraft/nbt/NbtCompound;
intermediary method_39404
Lnet/minecraft/class_6759;method_39404(Ljava/util/function/Function;)Lnet/minecraft/class_2487;
official a
Lexj;a(Ljava/util/function/Function;)Lus;
-
createOrderedTick
- Mappings:
Namespace Name Mixin selector named createOrderedTick
Lnet/minecraft/world/tick/Tick;createOrderedTick(JJ)Lnet/minecraft/world/tick/OrderedTick;
intermediary method_39400
Lnet/minecraft/class_6759;method_39400(JJ)Lnet/minecraft/class_6760;
official a
Lexj;a(JJ)Lexk;
-
create
- Mappings:
Namespace Name Mixin selector named create
Lnet/minecraft/world/tick/Tick;create(Ljava/lang/Object;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/world/tick/Tick;
intermediary method_39402
Lnet/minecraft/class_6759;method_39402(Ljava/lang/Object;Lnet/minecraft/class_2338;)Lnet/minecraft/class_6759;
official a
Lexj;a(Ljava/lang/Object;Liz;)Lexj;
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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. Reference components are compared withObjects::equals(Object,Object)
; primitive components are compared with '=='. -
type
Returns the value of thetype
record component.- Returns:
- the value of the
type
record component
-
pos
Returns the value of thepos
record component.- Returns:
- the value of the
pos
record component
-
delay
public int delay()Returns the value of thedelay
record component.- Returns:
- the value of the
delay
record component
-
priority
Returns the value of thepriority
record component.- Returns:
- the value of the
priority
record component
-