
net.minecraft.server.TileEntityDropper Maven / Gradle / Ivy
package net.minecraft.server;
public class TileEntityDropper extends TileEntityDispenser {
public TileEntityDropper() {
}
public String getName() {
return this.hasCustomName() ? this.a : "container.dropper";
}
public String getContainerName() {
return "minecraft:dropper";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy