Class ExpandBlockEntity
java.lang.Object
com.blamejared.crafttweaker.natives.block.entity.ExpandBlockEntity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.core.BlockPosgetBlockPos(net.minecraft.world.level.block.entity.BlockEntity internal) static net.minecraft.world.level.block.state.BlockStategetBlockState(net.minecraft.world.level.block.entity.BlockEntity internal) static IDatagetData(net.minecraft.world.level.block.entity.BlockEntity internal) static net.minecraft.world.level.LevelgetLevel(net.minecraft.world.level.block.entity.BlockEntity internal) static net.minecraft.resources.ResourceLocationgetRegistryName(net.minecraft.world.level.block.entity.BlockEntity internal) static booleanhasLevel(net.minecraft.world.level.block.entity.BlockEntity internal) static voidstatic voidupdateData(net.minecraft.world.level.block.entity.BlockEntity internal, IData data)
-
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
-
setData
-
updateData
public static void updateData(net.minecraft.world.level.block.entity.BlockEntity internal, IData 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) -
getRegistryName
public static net.minecraft.resources.ResourceLocation getRegistryName(net.minecraft.world.level.block.entity.BlockEntity internal)
-