Package net.minecraft.village
Enum Class VillageGossipType
- All Implemented Interfaces:
Serializable,Comparable<VillageGossipType>,Constable,StringIdentifiable
- Mappings:
Namespace Name intermediary net/minecraft/class_4139official bownamed net/minecraft/village/VillageGossipType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.Codec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<VillageGossipType>final intfinal Stringstatic final intfinal intfinal intfinal intstatic final intstatic final intFields inherited from interface net.minecraft.util.StringIdentifiable
field_38377 -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateVillageGossipType(String key, int multiplier, int maxReputation, int decay, int shareDecrement) -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.static 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 intermediary field_18424Lnet/minecraft/class_4139;field_18424:Lnet/minecraft/class_4139;official aLbow;a:Lbow;named MAJOR_NEGATIVELnet/minecraft/village/VillageGossipType;MAJOR_NEGATIVE:Lnet/minecraft/village/VillageGossipType;
-
MINOR_NEGATIVE
- Mappings:
Namespace Name Mixin selector intermediary field_18425Lnet/minecraft/class_4139;field_18425:Lnet/minecraft/class_4139;official bLbow;b:Lbow;named MINOR_NEGATIVELnet/minecraft/village/VillageGossipType;MINOR_NEGATIVE:Lnet/minecraft/village/VillageGossipType;
-
MINOR_POSITIVE
- Mappings:
Namespace Name Mixin selector intermediary field_18426Lnet/minecraft/class_4139;field_18426:Lnet/minecraft/class_4139;official cLbow;c:Lbow;named MINOR_POSITIVELnet/minecraft/village/VillageGossipType;MINOR_POSITIVE:Lnet/minecraft/village/VillageGossipType;
-
MAJOR_POSITIVE
- Mappings:
Namespace Name Mixin selector intermediary field_18427Lnet/minecraft/class_4139;field_18427:Lnet/minecraft/class_4139;official dLbow;d:Lbow;named MAJOR_POSITIVELnet/minecraft/village/VillageGossipType;MAJOR_POSITIVE:Lnet/minecraft/village/VillageGossipType;
-
TRADING
- Mappings:
Namespace Name Mixin selector intermediary field_18428Lnet/minecraft/class_4139;field_18428:Lnet/minecraft/class_4139;official eLbow;e:Lbow;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 intermediary field_30240Lnet/minecraft/class_4139;field_30240:Iofficial fLbow;f: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 intermediary field_30241Lnet/minecraft/class_4139;field_30241:Iofficial gLbow;g: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 intermediary field_30242Lnet/minecraft/class_4139;field_30242:Iofficial hLbow;h:Inamed TRADING_GOSSIP_DECAYLnet/minecraft/village/VillageGossipType;TRADING_GOSSIP_DECAY:I
-
CODEC
- Mappings:
Namespace Name Mixin selector intermediary field_41672Lnet/minecraft/class_4139;field_41672:Lcom/mojang/serialization/Codec;official nLbow;n:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/village/VillageGossipType;CODEC:Lcom/mojang/serialization/Codec;
-
key
- Mappings:
Namespace Name Mixin selector intermediary field_18430Lnet/minecraft/class_4139;field_18430:Ljava/lang/String;official iLbow;i:Ljava/lang/String;named keyLnet/minecraft/village/VillageGossipType;key:Ljava/lang/String;
-
multiplier
public final int multiplier- Mappings:
Namespace Name Mixin selector intermediary field_18431Lnet/minecraft/class_4139;field_18431:Iofficial jLbow;j:Inamed multiplierLnet/minecraft/village/VillageGossipType;multiplier:I
-
maxValue
public final int maxValue- Mappings:
Namespace Name Mixin selector intermediary field_18432Lnet/minecraft/class_4139;field_18432:Iofficial kLbow;k:Inamed maxValueLnet/minecraft/village/VillageGossipType;maxValue:I
-
decay
public final int decay- Mappings:
Namespace Name Mixin selector intermediary field_19354Lnet/minecraft/class_4139;field_19354:Iofficial lLbow;l: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 intermediary <init>Lnet/minecraft/class_4139;<init>(Ljava/lang/String;ILjava/lang/String;IIII)Vofficial <init>Lbow;<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
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;official cLapr;c()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-