Class ExpandBlockEntity

java.lang.Object
com.blamejared.crafttweaker.natives.block.entity.ExpandBlockEntity

@ZenRegister public class ExpandBlockEntity extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.core.BlockPos
    getBlockPos(net.minecraft.world.level.block.entity.BlockEntity internal)
     
    static net.minecraft.world.level.block.state.BlockState
    getBlockState(net.minecraft.world.level.block.entity.BlockEntity internal)
     
    static MapData
    getData(net.minecraft.world.level.block.entity.BlockEntity internal)
     
    static net.minecraft.world.level.Level
    getLevel(net.minecraft.world.level.block.entity.BlockEntity internal)
     
    static boolean
    hasLevel(net.minecraft.world.level.block.entity.BlockEntity internal)
     
    static void
    setData(net.minecraft.world.level.block.entity.BlockEntity internal, MapData data)
     
    static void
    updateData(net.minecraft.world.level.block.entity.BlockEntity internal, MapData data)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpandBlockEntity

      public ExpandBlockEntity()
  • Method Details

    • getLevel

      public static net.minecraft.world.level.Level getLevel(net.minecraft.world.level.block.entity.BlockEntity internal)
    • hasLevel

      public static boolean hasLevel(net.minecraft.world.level.block.entity.BlockEntity internal)
    • getData

      public static MapData getData(net.minecraft.world.level.block.entity.BlockEntity internal)
    • setData

      public static void setData(net.minecraft.world.level.block.entity.BlockEntity internal, MapData data)
    • updateData

      public static void updateData(net.minecraft.world.level.block.entity.BlockEntity internal, MapData data)
    • getBlockPos

      public static net.minecraft.core.BlockPos getBlockPos(net.minecraft.world.level.block.entity.BlockEntity internal)
    • getBlockState

      public static net.minecraft.world.level.block.state.BlockState getBlockState(net.minecraft.world.level.block.entity.BlockEntity internal)