Package net.minecraft.village
Class VillagerGossips.Reputation
java.lang.Object
net.minecraft.village.VillagerGossips.Reputation
- Enclosing class:
- VillagerGossips
static class VillagerGossips.Reputation extends Object
-
Field Summary
Fields Modifier and Type Field Description private Object2IntMap<VillageGossipType>
associatedGossip
-
Constructor Summary
Constructors Modifier Constructor Description private
Reputation()
-
Method Summary
Modifier and Type Method Description void
clamp(VillageGossipType gossipType)
void
decay()
Stream<VillagerGossips.GossipEntry>
entriesFor(UUID target)
int
getValueFor(Predicate<VillageGossipType> gossipTypeFilter)
boolean
isObsolete()
void
remove(VillageGossipType gossipType)
-
Field Details
-
associatedGossip
-
-
Constructor Details
-
Reputation
private Reputation()
-
-
Method Details
-
getValueFor
-
entriesFor
-
decay
public void decay() -
isObsolete
public boolean isObsolete() -
clamp
-
remove
-