Record Class DebugBeeCustomPayload.Bee
java.lang.Object
java.lang.Record
net.minecraft.network.packet.s2c.custom.DebugBeeCustomPayload.Bee
- Record Components:
- uuid-
- entityId-
- pos-
- path-
- hivePos-
- flowerPos-
- travelTicks-
- goals-
- disallowedHives-
- Enclosing class:
- DebugBeeCustomPayload
public static record DebugBeeCustomPayload.Bee(UUID uuid, int entityId, Vec3d pos, @Nullable Path path, @Nullable BlockPos hivePos, @Nullable BlockPos flowerPos, int travelTicks, Set<String> goals, List<BlockPos> disallowedHives)
extends Record
- Mappings:
- Namespace - Name - named - net/minecraft/network/packet/s2c/custom/DebugBeeCustomPayload$Bee- intermediary - net/minecraft/class_8707$class_5243- official - zv$a- named - uuid- intermediary - comp_1649- official - a- named - entityId- intermediary - comp_1650- official - b- named - pos- intermediary - comp_1651- official - c- named - path- intermediary - comp_1652- official - d- named - hivePos- intermediary - comp_1653- official - e- named - flowerPos- intermediary - comp_1654- official - f- named - travelTicks- intermediary - comp_1655- official - g- named - goals- intermediary - comp_1656- official - h- named - disallowedHives- intermediary - comp_1657- official - i
- 
Field SummaryFieldsModifier and TypeFieldDescriptionThe field for thedisallowedHivesrecord component.private final intThe field for theentityIdrecord component.The field for theflowerPosrecord component.The field for thegoalsrecord component.The field for thehivePosrecord component.The field for thepathrecord component.private final Vec3dThe field for theposrecord component.private final intThe field for thetravelTicksrecord component.private final UUIDThe field for theuuidrecord component.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of thedisallowedHivesrecord component.intentityId()Returns the value of theentityIdrecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of theflowerPosrecord component.getName()goals()Returns the value of thegoalsrecord component.final inthashCode()Returns a hash code value for this object.hivePos()Returns the value of thehivePosrecord component.booleanpath()Returns the value of thepathrecord component.pos()Returns the value of theposrecord component.toString()Returns a string representation of this record class.intReturns the value of thetravelTicksrecord component.uuid()Returns the value of theuuidrecord component.voidwrite(PacketByteBuf buf) 
- 
Field Details- 
uuidThe field for theuuidrecord component.
- 
entityIdprivate final int entityIdThe field for theentityIdrecord component.
- 
posThe field for theposrecord component.
- 
pathThe field for thepathrecord component.
- 
hivePosThe field for thehivePosrecord component.
- 
flowerPosThe field for theflowerPosrecord component.
- 
travelTicksprivate final int travelTicksThe field for thetravelTicksrecord component.
- 
goalsThe field for thegoalsrecord component.
- 
disallowedHivesThe field for thedisallowedHivesrecord component.
 
- 
- 
Constructor Details- 
Bee- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/network/packet/s2c/custom/DebugBeeCustomPayload$Bee;<init>(Lnet/minecraft/network/PacketByteBuf;)V- intermediary - <init>- Lnet/minecraft/class_8707$class_5243;<init>(Lnet/minecraft/class_2540;)V- official - <init>- Lzv$a;<init>(Lvl;)V
 
- 
Beepublic Bee(UUID uuid, int entityId, Vec3d vec3d, @Nullable @Nullable Path path, @Nullable @Nullable BlockPos hive, @Nullable @Nullable BlockPos flower, int travelTicks, Set<String> set, List<BlockPos> list) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/network/packet/s2c/custom/DebugBeeCustomPayload$Bee;<init>(Ljava/util/UUID;ILnet/minecraft/util/math/Vec3d;Lnet/minecraft/entity/ai/pathing/Path;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;ILjava/util/Set;Ljava/util/List;)V- intermediary - <init>- Lnet/minecraft/class_8707$class_5243;<init>(Ljava/util/UUID;ILnet/minecraft/class_243;Lnet/minecraft/class_11;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;ILjava/util/Set;Ljava/util/List;)V- official - <init>- Lzv$a;<init>(Ljava/util/UUID;ILfbb;Leto;Lji;Lji;ILjava/util/Set;Ljava/util/List;)V
 
 
- 
- 
Method Details- 
write- Mappings:
- Namespace - Name - Mixin selector - named - write- Lnet/minecraft/network/packet/s2c/custom/DebugBeeCustomPayload$Bee;write(Lnet/minecraft/network/PacketByteBuf;)V- intermediary - method_53030- Lnet/minecraft/class_8707$class_5243;method_53030(Lnet/minecraft/class_2540;)V- official - a- Lzv$a;a(Lvl;)V
 
- 
isHiveAt- Mappings:
- Namespace - Name - Mixin selector - named - isHiveAt- Lnet/minecraft/network/packet/s2c/custom/DebugBeeCustomPayload$Bee;isHiveAt(Lnet/minecraft/util/math/BlockPos;)Z- intermediary - method_27649- Lnet/minecraft/class_8707$class_5243;method_27649(Lnet/minecraft/class_2338;)Z- official - a- Lzv$a;a(Lji;)Z
 
- 
getName- Mappings:
- Namespace - Name - Mixin selector - named - getName- Lnet/minecraft/network/packet/s2c/custom/DebugBeeCustomPayload$Bee;getName()Ljava/lang/String;- intermediary - method_53029- Lnet/minecraft/class_8707$class_5243;method_53029()Ljava/lang/String;- official - a- Lzv$a;a()Ljava/lang/String;
 
- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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 '=='.
- 
uuidReturns the value of theuuidrecord component.- Returns:
- the value of the uuidrecord component
 
- 
entityIdpublic int entityId()Returns the value of theentityIdrecord component.- Returns:
- the value of the entityIdrecord component
 
- 
posReturns the value of theposrecord component.- Returns:
- the value of the posrecord component
 
- 
pathReturns the value of thepathrecord component.- Returns:
- the value of the pathrecord component
 
- 
hivePosReturns the value of thehivePosrecord component.- Returns:
- the value of the hivePosrecord component
 
- 
flowerPosReturns the value of theflowerPosrecord component.- Returns:
- the value of the flowerPosrecord component
 
- 
travelTickspublic int travelTicks()Returns the value of thetravelTicksrecord component.- Returns:
- the value of the travelTicksrecord component
 
- 
goalsReturns the value of thegoalsrecord component.- Returns:
- the value of the goalsrecord component
 
- 
disallowedHivesReturns the value of thedisallowedHivesrecord component.- Returns:
- the value of the disallowedHivesrecord component
 
 
-