Uses of Record Class
net.minecraft.network.protocol.game.ServerboundSetGameRulePacket.Entry
Packages that use ServerboundSetGameRulePacket.Entry
-
Uses of ServerboundSetGameRulePacket.Entry in net.minecraft.client.gui.screens.options
Method parameters in net.minecraft.client.gui.screens.options with type arguments of type ServerboundSetGameRulePacket.EntryModifier and TypeMethodDescriptionprivate <T> voidInWorldGameRulesScreen.collectChangedGameRule(GameRule<T> rule, T initialValue, List<ServerboundSetGameRulePacket.Entry> entries) private <T> voidInWorldGameRulesScreen.collectChangedGameRuleWithCast(GameRule<T> rule, Object initialValue, List<ServerboundSetGameRulePacket.Entry> entries) -
Uses of ServerboundSetGameRulePacket.Entry in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ServerboundSetGameRulePacket.EntryModifier and TypeFieldDescriptionprivate final List<ServerboundSetGameRulePacket.Entry> ServerboundSetGameRulePacket.entriesThe field for theentriesrecord component.static final StreamCodec<io.netty.buffer.ByteBuf, ServerboundSetGameRulePacket.Entry> ServerboundSetGameRulePacket.Entry.STREAM_CODECMethods in net.minecraft.network.protocol.game that return types with arguments of type ServerboundSetGameRulePacket.EntryModifier and TypeMethodDescriptionServerboundSetGameRulePacket.entries()Returns the value of theentriesrecord component.Constructor parameters in net.minecraft.network.protocol.game with type arguments of type ServerboundSetGameRulePacket.EntryModifierConstructorDescriptionCreates an instance of aServerboundSetGameRulePacketrecord class.