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.boolRulesThe field for theboolRulesrecord component.TestEnvironmentDefinition.SetGameRules.intRulesThe field for theintRulesrecord 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> key, S value) Methods in net.minecraft.gametest.framework that return types with arguments of type TestEnvironmentDefinition.SetGameRules.EntryModifier and TypeMethodDescriptionTestEnvironmentDefinition.SetGameRules.boolRules()Returns the value of theboolRulesrecord component.static <S,T extends GameRules.Value<T>>
com.mojang.serialization.Codec<TestEnvironmentDefinition.SetGameRules.Entry<S, T>> TestEnvironmentDefinition.SetGameRules.Entry.codec(Class<T> valueClass, com.mojang.serialization.Codec<S> valueCodec) TestEnvironmentDefinition.SetGameRules.intRules()Returns the value of theintRulesrecord 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 aSetGameRulesrecord class.