Package net.minecraft.world.poi
Class PointOfInterest
java.lang.Object
net.minecraft.world.poi.PointOfInterest
- Mappings:
Namespace Name official bmt
intermediary net/minecraft/class_4156
named net/minecraft/world/poi/PointOfInterest
-
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 official a
Lbmt;a:Lgt;
intermediary field_18492
Lnet/minecraft/class_4156;field_18492:Lnet/minecraft/class_2338;
named pos
Lnet/minecraft/world/poi/PointOfInterest;pos:Lnet/minecraft/util/math/BlockPos;
-
type
- Mappings:
Namespace Name Mixin selector official b
Lbmt;b:Lhc;
intermediary field_18493
Lnet/minecraft/class_4156;field_18493:Lnet/minecraft/class_6880;
named type
Lnet/minecraft/world/poi/PointOfInterest;type:Lnet/minecraft/util/registry/RegistryEntry;
-
freeTickets
private int freeTickets- Mappings:
Namespace Name Mixin selector official c
Lbmt;c:I
intermediary field_18494
Lnet/minecraft/class_4156;field_18494:I
named freeTickets
Lnet/minecraft/world/poi/PointOfInterest;freeTickets:I
-
updateListener
- Mappings:
Namespace Name Mixin selector official d
Lbmt;d:Ljava/lang/Runnable;
intermediary field_18495
Lnet/minecraft/class_4156;field_18495:Ljava/lang/Runnable;
named updateListener
Lnet/minecraft/world/poi/PointOfInterest;updateListener:Ljava/lang/Runnable;
-
-
Constructor Details
-
PointOfInterest
private PointOfInterest(BlockPos pos, RegistryEntry<PointOfInterestType> type, int freeTickets, Runnable updateListener) - Mappings:
Namespace Name Mixin selector official <init>
Lbmt;<init>(Lgt;Lhc;ILjava/lang/Runnable;)V
intermediary <init>
Lnet/minecraft/class_4156;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_6880;ILjava/lang/Runnable;)V
named <init>
Lnet/minecraft/world/poi/PointOfInterest;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/registry/RegistryEntry;ILjava/lang/Runnable;)V
-
PointOfInterest
public PointOfInterest(BlockPos pos, RegistryEntry<PointOfInterestType> type, Runnable updateListener) - Mappings:
Namespace Name Mixin selector official <init>
Lbmt;<init>(Lgt;Lhc;Ljava/lang/Runnable;)V
intermediary <init>
Lnet/minecraft/class_4156;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_6880;Ljava/lang/Runnable;)V
named <init>
Lnet/minecraft/world/poi/PointOfInterest;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/registry/RegistryEntry;Ljava/lang/Runnable;)V
-
-
Method Details
-
createCodec
- Mappings:
Namespace Name Mixin selector official a
Lbmt;a(Ljava/lang/Runnable;)Lcom/mojang/serialization/Codec;
intermediary method_28359
Lnet/minecraft/class_4156;method_28359(Ljava/lang/Runnable;)Lcom/mojang/serialization/Codec;
named createCodec
Lnet/minecraft/world/poi/PointOfInterest;createCodec(Ljava/lang/Runnable;)Lcom/mojang/serialization/Codec;
-
getFreeTickets
Deprecated.- Mappings:
Namespace Name Mixin selector official a
Lbmt;a()I
intermediary method_35156
Lnet/minecraft/class_4156;method_35156()I
named getFreeTickets
Lnet/minecraft/world/poi/PointOfInterest;getFreeTickets()I
-
reserveTicket
protected boolean reserveTicket()- Mappings:
Namespace Name Mixin selector official b
Lbmt;b()Z
intermediary method_19137
Lnet/minecraft/class_4156;method_19137()Z
named reserveTicket
Lnet/minecraft/world/poi/PointOfInterest;reserveTicket()Z
-
releaseTicket
protected boolean releaseTicket()- Mappings:
Namespace Name Mixin selector official c
Lbmt;c()Z
intermediary method_19138
Lnet/minecraft/class_4156;method_19138()Z
named releaseTicket
Lnet/minecraft/world/poi/PointOfInterest;releaseTicket()Z
-
hasSpace
public boolean hasSpace()- Mappings:
Namespace Name Mixin selector official d
Lbmt;d()Z
intermediary method_19139
Lnet/minecraft/class_4156;method_19139()Z
named hasSpace
Lnet/minecraft/world/poi/PointOfInterest;hasSpace()Z
-
isOccupied
public boolean isOccupied()- Mappings:
Namespace Name Mixin selector official e
Lbmt;e()Z
intermediary method_19140
Lnet/minecraft/class_4156;method_19140()Z
named isOccupied
Lnet/minecraft/world/poi/PointOfInterest;isOccupied()Z
-
getPos
- Mappings:
Namespace Name Mixin selector official f
Lbmt;f()Lgt;
intermediary method_19141
Lnet/minecraft/class_4156;method_19141()Lnet/minecraft/class_2338;
named getPos
Lnet/minecraft/world/poi/PointOfInterest;getPos()Lnet/minecraft/util/math/BlockPos;
-
getType
- Mappings:
Namespace Name Mixin selector official g
Lbmt;g()Lhc;
intermediary method_19142
Lnet/minecraft/class_4156;method_19142()Lnet/minecraft/class_6880;
named getType
Lnet/minecraft/world/poi/PointOfInterest;getType()Lnet/minecraft/util/registry/RegistryEntry;
-
equals
-
hashCode
public int hashCode()
-