Package net.minecraft.world
Class GameRules.Rule<T extends GameRules.Rule<T>>
java.lang.Object
net.minecraft.world.GameRules.Rule<T>
- Direct Known Subclasses:
GameRules.BooleanRule
,GameRules.IntRule
- Enclosing class:
- GameRules
public abstract static class GameRules.Rule<T extends GameRules.Rule<T>> extends Object
- Mappings:
Namespace Name official btr$g
intermediary net/minecraft/class_1928$class_4315
named net/minecraft/world/GameRules$Rule
-
Field Summary
Fields Modifier and Type Field Description protected GameRules.Type<T>
type
-
Constructor Summary
Constructors Constructor Description Rule(GameRules.Type<T> type)
-
Method Summary
Modifier and Type Method Description protected void
changed(MinecraftServer server)
protected abstract T
copy()
protected abstract void
deserialize(String value)
abstract int
getCommandResult()
protected abstract T
getThis()
abstract String
serialize()
void
set(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)
protected abstract void
setFromArgument(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)
abstract void
setValue(T rule, MinecraftServer server)
String
toString()
-
Field Details
-
type
- Mappings:
Namespace Name Mixin selector official a
Lbtr$g;a:Lbtr$f;
intermediary field_19417
Lnet/minecraft/class_1928$class_4315;field_19417:Lnet/minecraft/class_1928$class_4314;
named type
Lnet/minecraft/world/GameRules$Rule;type:Lnet/minecraft/world/GameRules$Type;
-
-
Constructor Details
-
Rule
- Mappings:
Namespace Name Mixin selector official <init>
Lbtr$g;<init>(Lbtr$f;)V
intermediary <init>
Lnet/minecraft/class_1928$class_4315;<init>(Lnet/minecraft/class_1928$class_4314;)V
named <init>
Lnet/minecraft/world/GameRules$Rule;<init>(Lnet/minecraft/world/GameRules$Type;)V
-
-
Method Details
-
setFromArgument
protected abstract void setFromArgument(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)- Mappings:
Namespace Name Mixin selector official a
Lbtr$g;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)V
intermediary method_20776
Lnet/minecraft/class_1928$class_4315;method_20776(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)V
named setFromArgument
Lnet/minecraft/world/GameRules$Rule;setFromArgument(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)V
-
set
public void set(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)- Mappings:
Namespace Name Mixin selector official b
Lbtr$g;b(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)V
intermediary method_20780
Lnet/minecraft/class_1928$class_4315;method_20780(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)V
named set
Lnet/minecraft/world/GameRules$Rule;set(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)V
-
changed
- Mappings:
Namespace Name Mixin selector official a
Lbtr$g;a(Lnet/minecraft/server/MinecraftServer;)V
intermediary method_20778
Lnet/minecraft/class_1928$class_4315;method_20778(Lnet/minecraft/server/MinecraftServer;)V
named changed
Lnet/minecraft/world/GameRules$Rule;changed(Lnet/minecraft/server/MinecraftServer;)V
-
deserialize
- Mappings:
Namespace Name Mixin selector official a
Lbtr$g;a(Ljava/lang/String;)V
intermediary method_20777
Lnet/minecraft/class_1928$class_4315;method_20777(Ljava/lang/String;)V
named deserialize
Lnet/minecraft/world/GameRules$Rule;deserialize(Ljava/lang/String;)V
-
serialize
- Mappings:
Namespace Name Mixin selector official b
Lbtr$g;b()Ljava/lang/String;
intermediary method_20779
Lnet/minecraft/class_1928$class_4315;method_20779()Ljava/lang/String;
named serialize
Lnet/minecraft/world/GameRules$Rule;serialize()Ljava/lang/String;
-
toString
-
getCommandResult
public abstract int getCommandResult()- Mappings:
Namespace Name Mixin selector official c
Lbtr$g;c()I
intermediary method_20781
Lnet/minecraft/class_1928$class_4315;method_20781()I
named getCommandResult
Lnet/minecraft/world/GameRules$Rule;getCommandResult()I
-
getThis
- Mappings:
Namespace Name Mixin selector official g
Lbtr$g;g()Lbtr$g;
intermediary method_20782
Lnet/minecraft/class_1928$class_4315;method_20782()Lnet/minecraft/class_1928$class_4315;
named getThis
Lnet/minecraft/world/GameRules$Rule;getThis()Lnet/minecraft/world/GameRules$Rule;
-
copy
- Mappings:
Namespace Name Mixin selector official f
Lbtr$g;f()Lbtr$g;
intermediary method_27338
Lnet/minecraft/class_1928$class_4315;method_27338()Lnet/minecraft/class_1928$class_4315;
named copy
Lnet/minecraft/world/GameRules$Rule;copy()Lnet/minecraft/world/GameRules$Rule;
-
setValue
- Mappings:
Namespace Name Mixin selector official a
Lbtr$g;a(Lbtr$g;Lnet/minecraft/server/MinecraftServer;)V
intermediary method_27337
Lnet/minecraft/class_1928$class_4315;method_27337(Lnet/minecraft/class_1928$class_4315;Lnet/minecraft/server/MinecraftServer;)V
named setValue
Lnet/minecraft/world/GameRules$Rule;setValue(Lnet/minecraft/world/GameRules$Rule;Lnet/minecraft/server/MinecraftServer;)V
-