Record Class RegisterRenderStateModifiersEvent.Container<X>
java.lang.Object
java.lang.Record
net.neoforged.neoforge.client.renderstate.RegisterRenderStateModifiersEvent.Container<X>
- Enclosing class:
RegisterRenderStateModifiersEvent
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateCreates an instance of aContainerrecord class. -
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.private static <Z> TypeToken<RegisterRenderStateModifiersEvent.Container<Z>> final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Container
private Container()Creates an instance of aContainerrecord class.
-
-
Method Details
-
of
private static <Z> TypeToken<RegisterRenderStateModifiersEvent.Container<Z>> of(TypeToken<Z> parameter) -
toString
-
hashCode
-
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.
-