mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2026-01-03 22:26:16 +00:00
删除垃圾
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
package net.momirealms.craftengine.core.block;
|
||||
|
||||
import net.momirealms.sparrow.nbt.CompoundTag;
|
||||
import org.jetbrains.annotations.ApiStatus;
|
||||
|
||||
@ApiStatus.Experimental
|
||||
public class BlockEntityState {
|
||||
private final CompoundTag nbt;
|
||||
|
||||
public BlockEntityState(CompoundTag nbt) {
|
||||
this.nbt = nbt.deepClone();
|
||||
}
|
||||
|
||||
public CompoundTag nbt() {
|
||||
return this.nbt;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user