Uses of Record Class
net.minecraft.world.entity.ai.gossip.GossipContainer.GossipEntry
Packages that use GossipContainer.GossipEntry
-
Uses of GossipContainer.GossipEntry in net.minecraft.world.entity.ai.gossip
Fields in net.minecraft.world.entity.ai.gossip with type parameters of type GossipContainer.GossipEntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<GossipContainer.GossipEntry> GossipContainer.GossipEntry.CODECMethods in net.minecraft.world.entity.ai.gossip that return types with arguments of type GossipContainer.GossipEntryModifier and TypeMethodDescriptionprivate Collection<GossipContainer.GossipEntry> GossipContainer.selectGossipsForTransfer(RandomSource pRandom, int pAmount) private Stream<GossipContainer.GossipEntry> GossipContainer.unpack()Constructor parameters in net.minecraft.world.entity.ai.gossip with type arguments of type GossipContainer.GossipEntryModifierConstructorDescriptionprivateGossipContainer(List<GossipContainer.GossipEntry> p_404993_)