Class CopycatSealHelper
java.lang.Object
com.lightning.northstar.compat.copycats.CopycatSealHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.nbt.CompoundTaggetBlockNbt(NorthstarContraptionWorld cw, net.minecraft.core.BlockPos pos) static net.minecraft.world.level.block.state.BlockStategetMultistateMaterial(com.copycatsplus.copycats.foundation.copycat.multistate.MaterialItemStorage storage, String property) static net.minecraft.world.level.block.state.BlockStategetMultistateMaterial(com.copycatsplus.copycats.foundation.copycat.multistate.MaterialItemStorage storage, net.minecraft.world.level.block.state.properties.Property<?> property) static net.minecraft.world.level.block.state.BlockStategetMultistateMaterial(net.minecraft.nbt.CompoundTag tag, String property) static net.minecraft.world.level.block.state.BlockStategetMultistateMaterial(net.minecraft.nbt.CompoundTag tag, net.minecraft.world.level.block.state.properties.Property<?> property) static booleanisMaterialSealed(net.minecraft.world.level.block.state.BlockState state) static booleanisSlabSealed(net.minecraft.world.level.BlockGetter level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.properties.SlabType testType, String negativeProperty, String positiveProperty)
-
Constructor Details
-
CopycatSealHelper
public CopycatSealHelper()
-
-
Method Details
-
isMaterialSealed
public static boolean isMaterialSealed(net.minecraft.world.level.block.state.BlockState state) -
getBlockNbt
public static net.minecraft.nbt.CompoundTag getBlockNbt(NorthstarContraptionWorld cw, net.minecraft.core.BlockPos pos) -
getMultistateMaterial
public static net.minecraft.world.level.block.state.BlockState getMultistateMaterial(net.minecraft.nbt.CompoundTag tag, net.minecraft.world.level.block.state.properties.Property<?> property) -
getMultistateMaterial
public static net.minecraft.world.level.block.state.BlockState getMultistateMaterial(net.minecraft.nbt.CompoundTag tag, String property) -
getMultistateMaterial
public static net.minecraft.world.level.block.state.BlockState getMultistateMaterial(com.copycatsplus.copycats.foundation.copycat.multistate.MaterialItemStorage storage, net.minecraft.world.level.block.state.properties.Property<?> property) -
getMultistateMaterial
public static net.minecraft.world.level.block.state.BlockState getMultistateMaterial(com.copycatsplus.copycats.foundation.copycat.multistate.MaterialItemStorage storage, String property) -
isSlabSealed
-