Uses of Record Class
net.minecraft.gametest.framework.TestEnvironmentDefinition.SetGameRules.Entry
Packages that use TestEnvironmentDefinition.SetGameRules.Entry
-
Uses of TestEnvironmentDefinition.SetGameRules.Entry in net.minecraft.gametest.framework
Fields in net.minecraft.gametest.framework with type parameters of type TestEnvironmentDefinition.SetGameRules.EntryModifier and TypeFieldDescriptionTestEnvironmentDefinition.SetGameRules.boolRules
The field for theboolRules
record component.TestEnvironmentDefinition.SetGameRules.intRules
The field for theintRules
record component.Methods in net.minecraft.gametest.framework that return TestEnvironmentDefinition.SetGameRules.EntryModifier and TypeMethodDescriptionstatic <S,
T extends GameRules.Value<T>>
TestEnvironmentDefinition.SetGameRules.Entry<S, T> TestEnvironmentDefinition.SetGameRules.entry
(GameRules.Key<T> p_397315_, S p_397234_) Methods in net.minecraft.gametest.framework that return types with arguments of type TestEnvironmentDefinition.SetGameRules.EntryModifier and TypeMethodDescriptionTestEnvironmentDefinition.SetGameRules.boolRules()
Returns the value of theboolRules
record component.static <S,
T extends GameRules.Value<T>>
com.mojang.serialization.Codec<TestEnvironmentDefinition.SetGameRules.Entry<S, T>> TestEnvironmentDefinition.SetGameRules.Entry.codec
(Class<T> p_397595_, com.mojang.serialization.Codec<S> p_398057_) TestEnvironmentDefinition.SetGameRules.intRules()
Returns the value of theintRules
record component.Constructor parameters in net.minecraft.gametest.framework with type arguments of type TestEnvironmentDefinition.SetGameRules.EntryModifierConstructorDescriptionSetGameRules
(List<TestEnvironmentDefinition.SetGameRules.Entry<Boolean, GameRules.BooleanValue>> boolRules, List<TestEnvironmentDefinition.SetGameRules.Entry<Integer, GameRules.IntegerValue>> intRules) Creates an instance of aSetGameRules
record class.