Remove unneeded comments

This commit is contained in:
dordsor21 2021-12-29 16:14:13 +00:00
parent e2a1721a5c
commit e5cbdec67e
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B
2 changed files with 0 additions and 2 deletions

View File

@ -287,7 +287,6 @@ public final class PaperweightFaweAdapter extends CachedBukkitAdapter implements
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) {
CraftChunk craftChunk = (CraftChunk) chunk;
LevelChunk levelChunk = craftChunk.getHandle();

View File

@ -108,7 +108,6 @@ public class PaperweightLazyCompoundTag extends LazyCompoundTag {
return Collections.emptyList();
}
//TODO 1.18 be a ListBinaryTag ?
public ListTag getListTag(String key) {
net.minecraft.nbt.Tag tag = compoundTagSupplier.get().get(key);
if (tag instanceof net.minecraft.nbt.ListTag) {