Class BlockStateTranslator
java.lang.Object
com.viaversion.viafabricplus.protocoltranslator.translator.BlockStateTranslator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.level.block.state.BlockStatevia1_18_2toMc(int blockStateId) Converts a 1.18.2-block state to a native block state (the current version)
-
Constructor Details
-
BlockStateTranslator
public BlockStateTranslator()
-
-
Method Details
-
via1_18_2toMc
public static net.minecraft.world.level.block.state.BlockState via1_18_2toMc(int blockStateId) Converts a 1.18.2-block state to a native block state (the current version)- Parameters:
blockStateId- The block state id- Returns:
- The native block state
-