Newer
Older
void-pack-super-server / work / decompile-ee3ecae0 / net / minecraft / server / CommandDataAccessor.java
Simon Lindgren on 26 Mar 2020 418 bytes first commit
package net.minecraft.server;

import com.mojang.brigadier.exceptions.CommandSyntaxException;

public interface CommandDataAccessor {

    void a(NBTTagCompound nbttagcompound) throws CommandSyntaxException;

    NBTTagCompound a() throws CommandSyntaxException;

    IChatBaseComponent b();

    IChatBaseComponent a(NBTBase nbtbase);

    IChatBaseComponent a(ArgumentNBTKey.h argumentnbtkey_h, double d0, int i);
}