Class CopycatSealHelper

java.lang.Object
com.lightning.northstar.compat.copycats.CopycatSealHelper

public class CopycatSealHelper extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.nbt.CompoundTag
    getBlockNbt(NorthstarContraptionWorld cw, net.minecraft.core.BlockPos pos)
     
    static net.minecraft.world.level.block.state.BlockState
    getMultistateMaterial(com.copycatsplus.copycats.foundation.copycat.multistate.MaterialItemStorage storage, String property)
     
    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)
     
    static net.minecraft.world.level.block.state.BlockState
    getMultistateMaterial(net.minecraft.nbt.CompoundTag tag, String property)
     
    static net.minecraft.world.level.block.state.BlockState
    getMultistateMaterial(net.minecraft.nbt.CompoundTag tag, net.minecraft.world.level.block.state.properties.Property<?> property)
     
    static boolean
    isMaterialSealed(net.minecraft.world.level.block.state.BlockState state)
     
    static boolean
    isSlabSealed(net.minecraft.world.level.BlockGetter level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.properties.SlabType testType, String negativeProperty, String positiveProperty)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public static boolean isSlabSealed(net.minecraft.world.level.BlockGetter level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.properties.SlabType testType, String negativeProperty, String positiveProperty)