mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 03:56:41 +00:00
commanding-pipeline diff
This commit is contained in:
@ -21,6 +21,7 @@ package com.sk89q.worldedit.world.block;
|
||||
|
||||
import com.sk89q.jnbt.CompoundTag;
|
||||
import com.sk89q.worldedit.blocks.TileEntityBlock;
|
||||
import com.sk89q.worldedit.extent.OutputExtent;
|
||||
import com.sk89q.worldedit.function.pattern.FawePattern;
|
||||
import com.sk89q.worldedit.math.BlockVector3;
|
||||
import com.sk89q.worldedit.registry.state.Property;
|
||||
@ -153,6 +154,8 @@ public interface BlockStateHolder<B extends BlockStateHolder<B>> extends FawePat
|
||||
return toBaseBlock();
|
||||
}
|
||||
|
||||
void applyTileEntity(OutputExtent output, int x, int y, int z);
|
||||
|
||||
/**
|
||||
* Return the name of the title entity ID.
|
||||
*
|
||||
|
Reference in New Issue
Block a user