Package net.minecraft.world.poi
Class PointOfInterest
java.lang.Object
net.minecraft.world.poi.PointOfInterest
- Mappings:
Namespace Name named net/minecraft/world/poi/PointOfInterest
intermediary net/minecraft/class_4156
official cew
-
Field Summary
Modifier and TypeFieldDescriptionprivate int
private final BlockPos
private final RegistryEntry
<PointOfInterestType> private final Runnable
-
Constructor Summary
ModifierConstructorDescriptionprivate
PointOfInterest
(BlockPos pos, RegistryEntry<PointOfInterestType> type, int freeTickets, Runnable updateListener) PointOfInterest
(BlockPos pos, RegistryEntry<PointOfInterestType> type, Runnable updateListener) -
Method Summary
Modifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec
<PointOfInterest> createCodec
(Runnable updateListener) boolean
int
Deprecated.getPos()
getType()
int
hashCode()
boolean
hasSpace()
boolean
protected boolean
protected boolean
-
Field Details
-
pos
- Mappings:
Namespace Name Mixin selector named pos
Lnet/minecraft/world/poi/PointOfInterest;pos:Lnet/minecraft/util/math/BlockPos;
intermediary field_18492
Lnet/minecraft/class_4156;field_18492:Lnet/minecraft/class_2338;
official a
Lcew;a:Liz;
-
type
- Mappings:
Namespace Name Mixin selector named type
Lnet/minecraft/world/poi/PointOfInterest;type:Lnet/minecraft/registry/entry/RegistryEntry;
intermediary field_18493
Lnet/minecraft/class_4156;field_18493:Lnet/minecraft/class_6880;
official b
Lcew;b:Lji;
-
freeTickets
private int freeTickets- Mappings:
Namespace Name Mixin selector named freeTickets
Lnet/minecraft/world/poi/PointOfInterest;freeTickets:I
intermediary field_18494
Lnet/minecraft/class_4156;field_18494:I
official c
Lcew;c:I
-
updateListener
- Mappings:
Namespace Name Mixin selector named updateListener
Lnet/minecraft/world/poi/PointOfInterest;updateListener:Ljava/lang/Runnable;
intermediary field_18495
Lnet/minecraft/class_4156;field_18495:Ljava/lang/Runnable;
official d
Lcew;d:Ljava/lang/Runnable;
-
-
Constructor Details
-
PointOfInterest
private PointOfInterest(BlockPos pos, RegistryEntry<PointOfInterestType> type, int freeTickets, Runnable updateListener) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/world/poi/PointOfInterest;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/registry/entry/RegistryEntry;ILjava/lang/Runnable;)V
intermediary <init>
Lnet/minecraft/class_4156;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_6880;ILjava/lang/Runnable;)V
official <init>
Lcew;<init>(Liz;Lji;ILjava/lang/Runnable;)V
-
PointOfInterest
public PointOfInterest(BlockPos pos, RegistryEntry<PointOfInterestType> type, Runnable updateListener) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/world/poi/PointOfInterest;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/registry/entry/RegistryEntry;Ljava/lang/Runnable;)V
intermediary <init>
Lnet/minecraft/class_4156;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_6880;Ljava/lang/Runnable;)V
official <init>
Lcew;<init>(Liz;Lji;Ljava/lang/Runnable;)V
-
-
Method Details
-
createCodec
- Mappings:
Namespace Name Mixin selector named createCodec
Lnet/minecraft/world/poi/PointOfInterest;createCodec(Ljava/lang/Runnable;)Lcom/mojang/serialization/Codec;
intermediary method_28359
Lnet/minecraft/class_4156;method_28359(Ljava/lang/Runnable;)Lcom/mojang/serialization/Codec;
official a
Lcew;a(Ljava/lang/Runnable;)Lcom/mojang/serialization/Codec;
-
getFreeTickets
Deprecated.- Mappings:
Namespace Name Mixin selector named getFreeTickets
Lnet/minecraft/world/poi/PointOfInterest;getFreeTickets()I
intermediary method_35156
Lnet/minecraft/class_4156;method_35156()I
official a
Lcew;a()I
-
reserveTicket
protected boolean reserveTicket()- Mappings:
Namespace Name Mixin selector named reserveTicket
Lnet/minecraft/world/poi/PointOfInterest;reserveTicket()Z
intermediary method_19137
Lnet/minecraft/class_4156;method_19137()Z
official b
Lcew;b()Z
-
releaseTicket
protected boolean releaseTicket()- Mappings:
Namespace Name Mixin selector named releaseTicket
Lnet/minecraft/world/poi/PointOfInterest;releaseTicket()Z
intermediary method_19138
Lnet/minecraft/class_4156;method_19138()Z
official c
Lcew;c()Z
-
hasSpace
public boolean hasSpace()- Mappings:
Namespace Name Mixin selector named hasSpace
Lnet/minecraft/world/poi/PointOfInterest;hasSpace()Z
intermediary method_19139
Lnet/minecraft/class_4156;method_19139()Z
official d
Lcew;d()Z
-
isOccupied
public boolean isOccupied()- Mappings:
Namespace Name Mixin selector named isOccupied
Lnet/minecraft/world/poi/PointOfInterest;isOccupied()Z
intermediary method_19140
Lnet/minecraft/class_4156;method_19140()Z
official e
Lcew;e()Z
-
getPos
- Mappings:
Namespace Name Mixin selector named getPos
Lnet/minecraft/world/poi/PointOfInterest;getPos()Lnet/minecraft/util/math/BlockPos;
intermediary method_19141
Lnet/minecraft/class_4156;method_19141()Lnet/minecraft/class_2338;
official f
Lcew;f()Liz;
-
getType
- Mappings:
Namespace Name Mixin selector named getType
Lnet/minecraft/world/poi/PointOfInterest;getType()Lnet/minecraft/registry/entry/RegistryEntry;
intermediary method_19142
Lnet/minecraft/class_4156;method_19142()Lnet/minecraft/class_6880;
official g
Lcew;g()Lji;
-
equals
-
hashCode
public int hashCode()
-