Package net.minecraft.world.gen.chunk
Class SlideConfig
java.lang.Object
net.minecraft.world.gen.chunk.SlideConfig
public class SlideConfig extends Object
- Mappings:
Namespace Name official cms
intermediary net/minecraft/class_5310
named net/minecraft/world/gen/chunk/SlideConfig
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<SlideConfig>
CODEC
private int
offset
private int
size
private int
target
-
Constructor Summary
Constructors Constructor Description SlideConfig(int target, int size, int offset)
-
Method Summary
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Lcms;a:Lcom/mojang/serialization/Codec;
intermediary field_24817
Lnet/minecraft/class_5310;field_24817:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/chunk/SlideConfig;CODEC:Lcom/mojang/serialization/Codec;
-
target
private final int target- Mappings:
Namespace Name Mixin selector official b
Lcms;b:I
intermediary field_24818
Lnet/minecraft/class_5310;field_24818:I
named target
Lnet/minecraft/world/gen/chunk/SlideConfig;target:I
-
size
private final int size- Mappings:
Namespace Name Mixin selector official c
Lcms;c:I
intermediary field_24819
Lnet/minecraft/class_5310;field_24819:I
named size
Lnet/minecraft/world/gen/chunk/SlideConfig;size:I
-
offset
private final int offset- Mappings:
Namespace Name Mixin selector official d
Lcms;d:I
intermediary field_24820
Lnet/minecraft/class_5310;field_24820:I
named offset
Lnet/minecraft/world/gen/chunk/SlideConfig;offset:I
-
-
Constructor Details
-
SlideConfig
public SlideConfig(int target, int size, int offset)- Mappings:
Namespace Name Mixin selector official <init>
Lcms;<init>(III)V
intermediary <init>
Lnet/minecraft/class_5310;<init>(III)V
named <init>
Lnet/minecraft/world/gen/chunk/SlideConfig;<init>(III)V
-
-
Method Details
-
getTarget
public int getTarget()- Mappings:
Namespace Name Mixin selector official a
Lcms;a()I
intermediary method_28594
Lnet/minecraft/class_5310;method_28594()I
named getTarget
Lnet/minecraft/world/gen/chunk/SlideConfig;getTarget()I
-
getSize
public int getSize()- Mappings:
Namespace Name Mixin selector official b
Lcms;b()I
intermediary method_28596
Lnet/minecraft/class_5310;method_28596()I
named getSize
Lnet/minecraft/world/gen/chunk/SlideConfig;getSize()I
-
getOffset
public int getOffset()- Mappings:
Namespace Name Mixin selector official c
Lcms;c()I
intermediary method_28597
Lnet/minecraft/class_5310;method_28597()I
named getOffset
Lnet/minecraft/world/gen/chunk/SlideConfig;getOffset()I
-