Package net.minecraft
Record Class class_9463.class_9464
java.lang.Object
java.lang.Record
net.minecraft.class_9463.class_9464
- Record Components:
positionFunction-uncertainty-power-overrideDispenseEvent-
- Enclosing interface:
class_9463
public static record class_9463.class_9464(class_9463.class_9466 positionFunction, float uncertainty, float power, OptionalInt overrideDispenseEvent)
extends Record
- Mappings:
Namespace Name named net/minecraft/class_9463$class_9464intermediary net/minecraft/class_9463$class_9464official cug$anamed positionFunctionintermediary comp_2544official bnamed uncertaintyintermediary comp_2545official cnamed powerintermediary comp_2546official dnamed overrideDispenseEventintermediary comp_2547official e
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final class_9463.class_9464private final OptionalIntThe field for theoverrideDispenseEventrecord component.private final class_9463.class_9466The field for thepositionFunctionrecord component.private final floatThe field for thepowerrecord component.private final floatThe field for theuncertaintyrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_9464(class_9463.class_9466 class_9466, float float2, float float3, OptionalInt optionalInt) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of theoverrideDispenseEventrecord component.Returns the value of thepositionFunctionrecord component.floatpower()Returns the value of thepowerrecord component.final StringtoString()Returns a string representation of this record class.floatReturns the value of theuncertaintyrecord component.
-
Field Details
-
positionFunction
The field for thepositionFunctionrecord component. -
uncertainty
private final float uncertaintyThe field for theuncertaintyrecord component. -
power
private final float powerThe field for thepowerrecord component. -
overrideDispenseEvent
The field for theoverrideDispenseEventrecord component. -
field_50147
- Mappings:
Namespace Name Mixin selector named field_50147Lnet/minecraft/class_9463$class_9464;field_50147:Lnet/minecraft/class_9463$class_9464;intermediary field_50147Lnet/minecraft/class_9463$class_9464;field_50147:Lnet/minecraft/class_9463$class_9464;official aLcug$a;a:Lcug$a;
-
-
Constructor Details
-
class_9464
public class_9464(class_9463.class_9466 class_9466, float float2, float float3, OptionalInt optionalInt)
-
-
Method Details
-
method_58663
- Mappings:
Namespace Name Mixin selector named method_58663Lnet/minecraft/class_9463$class_9464;method_58663()Lnet/minecraft/class_9463$class_9464$class_9465;intermediary method_58663Lnet/minecraft/class_9463$class_9464;method_58663()Lnet/minecraft/class_9463$class_9464$class_9465;official aLcug$a;a()Lcug$a$a;
-
toString
Returns 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. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates 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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='. -
positionFunction
Returns the value of thepositionFunctionrecord component.- Returns:
- the value of the
positionFunctionrecord component
-
uncertainty
public float uncertainty()Returns the value of theuncertaintyrecord component.- Returns:
- the value of the
uncertaintyrecord component
-
power
public float power()Returns the value of thepowerrecord component.- Returns:
- the value of the
powerrecord component
-
overrideDispenseEvent
Returns the value of theoverrideDispenseEventrecord component.- Returns:
- the value of the
overrideDispenseEventrecord component
-