public class SpongeCookedFish extends Object implements org.spongepowered.api.data.type.CookedFish
Modifier and Type | Field and Description |
---|---|
net.minecraft.item.ItemFishFood.FishType |
fish |
Constructor and Description |
---|
SpongeCookedFish(String id,
String name,
net.minecraft.item.ItemFishFood.FishType fish) |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getName() |
org.spongepowered.api.data.type.Fish |
getRawFish() |
public String getId()
getId
in interface org.spongepowered.api.CatalogType
public String getName()
getName
in interface org.spongepowered.api.CatalogType
public org.spongepowered.api.data.type.Fish getRawFish()
getRawFish
in interface org.spongepowered.api.data.type.CookedFish