Package net.minecraft.village
Enum Class VillageGossipType
- All Implemented Interfaces:
Serializable,Comparable<VillageGossipType>,Constable
- Mappings:
Namespace Name official bmyintermediary net/minecraft/class_4139named net/minecraft/village/VillageGossipType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Map<String,VillageGossipType> final intfinal Stringstatic final intfinal intfinal intfinal intstatic final intstatic final int -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateVillageGossipType(String key, int multiplier, int maxReputation, int decay, int shareDecrement) -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable VillageGossipTypestatic VillageGossipTypeReturns the enum constant of this class with the specified name.static VillageGossipType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MAJOR_NEGATIVE
- Mappings:
Namespace Name Mixin selector official aLbmy;a:Lbmy;intermediary field_18424Lnet/minecraft/class_4139;field_18424:Lnet/minecraft/class_4139;named MAJOR_NEGATIVELnet/minecraft/village/VillageGossipType;MAJOR_NEGATIVE:Lnet/minecraft/village/VillageGossipType;
-
MINOR_NEGATIVE
- Mappings:
Namespace Name Mixin selector official bLbmy;b:Lbmy;intermediary field_18425Lnet/minecraft/class_4139;field_18425:Lnet/minecraft/class_4139;named MINOR_NEGATIVELnet/minecraft/village/VillageGossipType;MINOR_NEGATIVE:Lnet/minecraft/village/VillageGossipType;
-
MINOR_POSITIVE
- Mappings:
Namespace Name Mixin selector official cLbmy;c:Lbmy;intermediary field_18426Lnet/minecraft/class_4139;field_18426:Lnet/minecraft/class_4139;named MINOR_POSITIVELnet/minecraft/village/VillageGossipType;MINOR_POSITIVE:Lnet/minecraft/village/VillageGossipType;
-
MAJOR_POSITIVE
- Mappings:
Namespace Name Mixin selector official dLbmy;d:Lbmy;intermediary field_18427Lnet/minecraft/class_4139;field_18427:Lnet/minecraft/class_4139;named MAJOR_POSITIVELnet/minecraft/village/VillageGossipType;MAJOR_POSITIVE:Lnet/minecraft/village/VillageGossipType;
-
TRADING
- Mappings:
Namespace Name Mixin selector official eLbmy;e:Lbmy;intermediary field_18428Lnet/minecraft/class_4139;field_18428:Lnet/minecraft/class_4139;named TRADINGLnet/minecraft/village/VillageGossipType;TRADING:Lnet/minecraft/village/VillageGossipType;
-
-
Field Details
-
MAX_TRADING_REPUTATION
public static final int MAX_TRADING_REPUTATION- See Also:
- Mappings:
Namespace Name Mixin selector official fLbmy;f:Iintermediary field_30240Lnet/minecraft/class_4139;field_30240:Inamed MAX_TRADING_REPUTATIONLnet/minecraft/village/VillageGossipType;MAX_TRADING_REPUTATION:I
-
TRADING_GOSSIP_SHARE_DECREMENT
public static final int TRADING_GOSSIP_SHARE_DECREMENT- See Also:
- Mappings:
Namespace Name Mixin selector official gLbmy;g:Iintermediary field_30241Lnet/minecraft/class_4139;field_30241:Inamed TRADING_GOSSIP_SHARE_DECREMENTLnet/minecraft/village/VillageGossipType;TRADING_GOSSIP_SHARE_DECREMENT:I
-
TRADING_GOSSIP_DECAY
public static final int TRADING_GOSSIP_DECAY- See Also:
- Mappings:
Namespace Name Mixin selector official hLbmy;h:Iintermediary field_30242Lnet/minecraft/class_4139;field_30242:Inamed TRADING_GOSSIP_DECAYLnet/minecraft/village/VillageGossipType;TRADING_GOSSIP_DECAY:I
-
BY_KEY
- Mappings:
Namespace Name Mixin selector official nLbmy;n:Ljava/util/Map;intermediary field_18435Lnet/minecraft/class_4139;field_18435:Ljava/util/Map;named BY_KEYLnet/minecraft/village/VillageGossipType;BY_KEY:Ljava/util/Map;
-
key
- Mappings:
Namespace Name Mixin selector official iLbmy;i:Ljava/lang/String;intermediary field_18430Lnet/minecraft/class_4139;field_18430:Ljava/lang/String;named keyLnet/minecraft/village/VillageGossipType;key:Ljava/lang/String;
-
multiplier
public final int multiplier- Mappings:
Namespace Name Mixin selector official jLbmy;j:Iintermediary field_18431Lnet/minecraft/class_4139;field_18431:Inamed multiplierLnet/minecraft/village/VillageGossipType;multiplier:I
-
maxValue
public final int maxValue- Mappings:
Namespace Name Mixin selector official kLbmy;k:Iintermediary field_18432Lnet/minecraft/class_4139;field_18432:Inamed maxValueLnet/minecraft/village/VillageGossipType;maxValue:I
-
decay
public final int decay- Mappings:
Namespace Name Mixin selector official lLbmy;l:Iintermediary field_19354Lnet/minecraft/class_4139;field_19354:Inamed decayLnet/minecraft/village/VillageGossipType;decay:I
-
-
Constructor Details
-
VillageGossipType
private VillageGossipType(String key, int multiplier, int maxReputation, int decay, int shareDecrement) - Mappings:
Namespace Name Mixin selector official <init>Lbmy;<init>(Ljava/lang/String;ILjava/lang/String;IIII)Vintermediary <init>Lnet/minecraft/class_4139;<init>(Ljava/lang/String;ILjava/lang/String;IIII)Vnamed <init>Lnet/minecraft/village/VillageGossipType;<init>(Ljava/lang/String;ILjava/lang/String;IIII)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
byKey
- Mappings:
Namespace Name Mixin selector official aLbmy;a(Ljava/lang/String;)Lbmy;intermediary method_19090Lnet/minecraft/class_4139;method_19090(Ljava/lang/String;)Lnet/minecraft/class_4139;named byKeyLnet/minecraft/village/VillageGossipType;byKey(Ljava/lang/String;)Lnet/minecraft/village/VillageGossipType;
-