Class SimpleBlockStateProvider
java.lang.Object
net.minecraft.world.gen.stateprovider.BlockStateProvider
net.minecraft.world.gen.stateprovider.SimpleBlockStateProvider
- Mappings:
Namespace Name official dls
intermediary net/minecraft/class_4656
named net/minecraft/world/gen/stateprovider/SimpleBlockStateProvider
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SimpleBlockStateProvider>
private final BlockState
Fields inherited from class net.minecraft.world.gen.stateprovider.BlockStateProvider
TYPE_CODEC
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a provided block state.protected BlockStateProviderType<?>
getType()
Returns the type of this block state provider.Methods inherited from class net.minecraft.world.gen.stateprovider.BlockStateProvider
of, of
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official b
Ldls;b:Lcom/mojang/serialization/Codec;
intermediary field_24945
Lnet/minecraft/class_4656;field_24945:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/stateprovider/SimpleBlockStateProvider;CODEC:Lcom/mojang/serialization/Codec;
-
state
- Mappings:
Namespace Name Mixin selector official c
Ldls;c:Lcyt;
intermediary field_21314
Lnet/minecraft/class_4656;field_21314:Lnet/minecraft/class_2680;
named state
Lnet/minecraft/world/gen/stateprovider/SimpleBlockStateProvider;state:Lnet/minecraft/block/BlockState;
-
-
Constructor Details
-
SimpleBlockStateProvider
- Mappings:
Namespace Name Mixin selector official <init>
Ldls;<init>(Lcyt;)V
intermediary <init>
Lnet/minecraft/class_4656;<init>(Lnet/minecraft/class_2680;)V
named <init>
Lnet/minecraft/world/gen/stateprovider/SimpleBlockStateProvider;<init>(Lnet/minecraft/block/BlockState;)V
-
-
Method Details
-
getType
Returns the type of this block state provider.- Specified by:
getType
in classBlockStateProvider
- Returns:
- the type of this block state provider
- Mappings:
Namespace Name Mixin selector official a
Ldlj;a()Ldlk;
intermediary method_28862
Lnet/minecraft/class_4651;method_28862()Lnet/minecraft/class_4652;
named getType
Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;getType()Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;
-
get
Returns a provided block state.- Specified by:
get
in classBlockStateProvider
- Returns:
- a provided block state
- Mappings:
Namespace Name Mixin selector official a
Ldlj;a(Laoh;Lgp;)Lcyt;
intermediary method_23455
Lnet/minecraft/class_4651;method_23455(Lnet/minecraft/class_5819;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;
named get
Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;get(Lnet/minecraft/util/math/random/Random;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
-