Package net.minecraft.world.poi
Class PointOfInterest
java.lang.Object
net.minecraft.world.poi.PointOfInterest
- Mappings:
 Namespace Name official braintermediary net/minecraft/class_4156named net/minecraft/world/poi/PointOfInterest
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate final BlockPosprivate final RegistryEntry<PointOfInterestType>private final Runnable - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprivatePointOfInterest(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) booleanintDeprecated.getPos()getType()inthashCode()booleanhasSpace()booleanprotected booleanprotected boolean 
- 
Field Details
- 
pos
- Mappings:
 Namespace Name Mixin selector official aLbra;a:Lgu;intermediary field_18492Lnet/minecraft/class_4156;field_18492:Lnet/minecraft/class_2338;named posLnet/minecraft/world/poi/PointOfInterest;pos:Lnet/minecraft/util/math/BlockPos;
 - 
type
- Mappings:
 Namespace Name Mixin selector official bLbra;b:Lhe;intermediary field_18493Lnet/minecraft/class_4156;field_18493:Lnet/minecraft/class_6880;named typeLnet/minecraft/world/poi/PointOfInterest;type:Lnet/minecraft/registry/entry/RegistryEntry;
 - 
freeTickets
private int freeTickets- Mappings:
 Namespace Name Mixin selector official cLbra;c:Iintermediary field_18494Lnet/minecraft/class_4156;field_18494:Inamed freeTicketsLnet/minecraft/world/poi/PointOfInterest;freeTickets:I
 - 
updateListener
- Mappings:
 Namespace Name Mixin selector official dLbra;d:Ljava/lang/Runnable;intermediary field_18495Lnet/minecraft/class_4156;field_18495:Ljava/lang/Runnable;named updateListenerLnet/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>Lbra;<init>(Lgu;Lhe;ILjava/lang/Runnable;)Vintermediary <init>Lnet/minecraft/class_4156;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_6880;ILjava/lang/Runnable;)Vnamed <init>Lnet/minecraft/world/poi/PointOfInterest;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/registry/entry/RegistryEntry;ILjava/lang/Runnable;)V
 - 
PointOfInterest
public PointOfInterest(BlockPos pos, RegistryEntry<PointOfInterestType> type, Runnable updateListener) - Mappings:
 Namespace Name Mixin selector official <init>Lbra;<init>(Lgu;Lhe;Ljava/lang/Runnable;)Vintermediary <init>Lnet/minecraft/class_4156;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_6880;Ljava/lang/Runnable;)Vnamed <init>Lnet/minecraft/world/poi/PointOfInterest;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/registry/entry/RegistryEntry;Ljava/lang/Runnable;)V
 
 - 
 - 
Method Details
- 
createCodec
- Mappings:
 Namespace Name Mixin selector official aLbra;a(Ljava/lang/Runnable;)Lcom/mojang/serialization/Codec;intermediary method_28359Lnet/minecraft/class_4156;method_28359(Ljava/lang/Runnable;)Lcom/mojang/serialization/Codec;named createCodecLnet/minecraft/world/poi/PointOfInterest;createCodec(Ljava/lang/Runnable;)Lcom/mojang/serialization/Codec;
 - 
getFreeTickets
Deprecated.- Mappings:
 Namespace Name Mixin selector official aLbra;a()Iintermediary method_35156Lnet/minecraft/class_4156;method_35156()Inamed getFreeTicketsLnet/minecraft/world/poi/PointOfInterest;getFreeTickets()I
 - 
reserveTicket
protected boolean reserveTicket()- Mappings:
 Namespace Name Mixin selector official bLbra;b()Zintermediary method_19137Lnet/minecraft/class_4156;method_19137()Znamed reserveTicketLnet/minecraft/world/poi/PointOfInterest;reserveTicket()Z
 - 
releaseTicket
protected boolean releaseTicket()- Mappings:
 Namespace Name Mixin selector official cLbra;c()Zintermediary method_19138Lnet/minecraft/class_4156;method_19138()Znamed releaseTicketLnet/minecraft/world/poi/PointOfInterest;releaseTicket()Z
 - 
hasSpace
public boolean hasSpace()- Mappings:
 Namespace Name Mixin selector official dLbra;d()Zintermediary method_19139Lnet/minecraft/class_4156;method_19139()Znamed hasSpaceLnet/minecraft/world/poi/PointOfInterest;hasSpace()Z
 - 
isOccupied
public boolean isOccupied()- Mappings:
 Namespace Name Mixin selector official eLbra;e()Zintermediary method_19140Lnet/minecraft/class_4156;method_19140()Znamed isOccupiedLnet/minecraft/world/poi/PointOfInterest;isOccupied()Z
 - 
getPos
- Mappings:
 Namespace Name Mixin selector official fLbra;f()Lgu;intermediary method_19141Lnet/minecraft/class_4156;method_19141()Lnet/minecraft/class_2338;named getPosLnet/minecraft/world/poi/PointOfInterest;getPos()Lnet/minecraft/util/math/BlockPos;
 - 
getType
- Mappings:
 Namespace Name Mixin selector official gLbra;g()Lhe;intermediary method_19142Lnet/minecraft/class_4156;method_19142()Lnet/minecraft/class_6880;named getTypeLnet/minecraft/world/poi/PointOfInterest;getType()Lnet/minecraft/registry/entry/RegistryEntry;
 - 
equals
 - 
hashCode
public int hashCode() 
 -