geforkt von Mirrors/FastAsyncWorldEdit
Remove unneeded comments
Dieser Commit ist enthalten in:
Ursprung
e2a1721a5c
Commit
e5cbdec67e
@ -287,7 +287,6 @@ public final class PaperweightFaweAdapter extends CachedBukkitAdapter implements
|
|||||||
return SideEffectSet.defaults().getSideEffectsToApply();
|
return SideEffectSet.defaults().getSideEffectsToApply();
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO 1.18 address raw access of BlockStateHolder
|
|
||||||
public boolean setBlock(org.bukkit.Chunk chunk, int x, int y, int z, BlockStateHolder state, boolean update) {
|
public boolean setBlock(org.bukkit.Chunk chunk, int x, int y, int z, BlockStateHolder state, boolean update) {
|
||||||
CraftChunk craftChunk = (CraftChunk) chunk;
|
CraftChunk craftChunk = (CraftChunk) chunk;
|
||||||
LevelChunk levelChunk = craftChunk.getHandle();
|
LevelChunk levelChunk = craftChunk.getHandle();
|
||||||
|
@ -108,7 +108,6 @@ public class PaperweightLazyCompoundTag extends LazyCompoundTag {
|
|||||||
return Collections.emptyList();
|
return Collections.emptyList();
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO 1.18 be a ListBinaryTag ?
|
|
||||||
public ListTag getListTag(String key) {
|
public ListTag getListTag(String key) {
|
||||||
net.minecraft.nbt.Tag tag = compoundTagSupplier.get().get(key);
|
net.minecraft.nbt.Tag tag = compoundTagSupplier.get().get(key);
|
||||||
if (tag instanceof net.minecraft.nbt.ListTag) {
|
if (tag instanceof net.minecraft.nbt.ListTag) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren