Uses of Enum Class
net.minecraft.village.VillageGossipType
-
Uses of VillageGossipType in net.minecraft.village
Modifier and TypeFieldDescription(package private) Object2IntMap<VillageGossipType>
VillagerGossips.Reputation.associatedGossip
private static Map<String,VillageGossipType>
VillageGossipType.BY_KEY
Modifier and TypeMethodDescriptionstatic @Nullable VillageGossipType
static VillageGossipType
Returns the enum constant of this class with the specified name.static VillageGossipType[]
VillageGossipType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
VillagerGossips.Reputation.clamp(VillageGossipType gossipType)
private int
VillagerGossips.mergeReputation(VillageGossipType type, int left, int right)
void
VillagerGossips.method_35121(VillageGossipType villageGossipType)
long
VillagerGossips.method_35122(VillageGossipType villageGossipType, DoublePredicate doublePredicate)
void
VillagerGossips.method_35124(UUID uUID, VillageGossipType villageGossipType)
void
VillagerGossips.method_35126(UUID uUID, VillageGossipType villageGossipType, int int2)
void
VillagerGossips.Reputation.remove(VillageGossipType gossipType)
void
VillagerGossips.startGossip(UUID target, VillageGossipType type, int value)
Modifier and TypeMethodDescriptionint
VillagerGossips.getReputationFor(UUID target, Predicate<VillageGossipType> gossipTypeFilter)
int
VillagerGossips.Reputation.getValueFor(Predicate<VillageGossipType> gossipTypeFilter)