Record Class ConstantLootNumberProvider
java.lang.Object
java.lang.Record
net.minecraft.loot.provider.number.ConstantLootNumberProvider
- Record Components:
- value-
- All Implemented Interfaces:
- LootContextAware,- LootNumberProvider
- Mappings:
- Namespace - Name - named - net/minecraft/loot/provider/number/ConstantLootNumberProvider- intermediary - net/minecraft/class_44- official - ezu- named - value- intermediary - comp_1895- official - c
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<ConstantLootNumberProvider> static final com.mojang.serialization.Codec<ConstantLootNumberProvider> private final floatThe field for thevaluerecord component.
- 
Constructor SummaryConstructorsConstructorDescriptionConstantLootNumberProvider(float value) Creates an instance of aConstantLootNumberProviderrecord class.
- 
Method SummaryModifier and TypeMethodDescriptionstatic ConstantLootNumberProvidercreate(float value) booleanIndicates whether some other object is "equal to" this one.getType()inthashCode()Returns a hash code value for this object.floatnextFloat(LootContext context) final StringtoString()Returns a string representation of this record class.floatvalue()Returns the value of thevaluerecord component.Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.loot.context.LootContextAwaregetAllowedParameters, validateMethods inherited from interface net.minecraft.loot.provider.number.LootNumberProvidernextInt
- 
Field Details- 
valueprivate final float valueThe field for thevaluerecord component.
- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/loot/provider/number/ConstantLootNumberProvider;CODEC:Lcom/mojang/serialization/MapCodec;- intermediary - field_45886- Lnet/minecraft/class_44;field_45886:Lcom/mojang/serialization/MapCodec;- official - a- Lezu;a:Lcom/mojang/serialization/MapCodec;
 
- 
INLINE_CODEC- Mappings:
- Namespace - Name - Mixin selector - named - INLINE_CODEC- Lnet/minecraft/loot/provider/number/ConstantLootNumberProvider;INLINE_CODEC:Lcom/mojang/serialization/Codec;- intermediary - field_45887- Lnet/minecraft/class_44;field_45887:Lcom/mojang/serialization/Codec;- official - b- Lezu;b:Lcom/mojang/serialization/Codec;
 
 
- 
- 
Constructor Details- 
ConstantLootNumberProviderpublic ConstantLootNumberProvider(float value) Creates an instance of aConstantLootNumberProviderrecord class.- Parameters:
- value- the value for the- valuerecord component
 
 
- 
- 
Method Details- 
getType- Specified by:
- getTypein interface- LootNumberProvider
- Mappings:
- Namespace - Name - Mixin selector - named - getType- Lnet/minecraft/loot/provider/number/LootNumberProvider;getType()Lnet/minecraft/loot/provider/number/LootNumberProviderType;- intermediary - method_365- Lnet/minecraft/class_5658;method_365()Lnet/minecraft/class_5657;- official - b- Lezx;b()Lezw;
 
- 
nextFloat- Specified by:
- nextFloatin interface- LootNumberProvider
- Mappings:
- Namespace - Name - Mixin selector - named - nextFloat- Lnet/minecraft/loot/provider/number/LootNumberProvider;nextFloat(Lnet/minecraft/loot/context/LootContext;)F- intermediary - method_32454- Lnet/minecraft/class_5658;method_32454(Lnet/minecraft/class_47;)F- official - b- Lezx;b(Levs;)F
 
- 
create- Mappings:
- Namespace - Name - Mixin selector - named - create- Lnet/minecraft/loot/provider/number/ConstantLootNumberProvider;create(F)Lnet/minecraft/loot/provider/number/ConstantLootNumberProvider;- intermediary - method_32448- Lnet/minecraft/class_44;method_32448(F)Lnet/minecraft/class_44;- official - a- Lezu;a(F)Lezu;
 
- 
equalsIndicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with '=='.
- 
hashCodepublic int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
- 
toStringReturns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
- 
valuepublic float value()Returns the value of thevaluerecord component.- Returns:
- the value of the valuerecord component
 
 
-