mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-10 09:02:09 -07:00
@@ -25,14 +25,19 @@ public interface CreatureSpawner extends BlockState {
|
|||||||
* Set the spawner mob type.
|
* Set the spawner mob type.
|
||||||
*
|
*
|
||||||
* @param creatureType The creature type's name.
|
* @param creatureType The creature type's name.
|
||||||
|
* @deprecated magic value, use
|
||||||
|
* {@link #setSpawnedType(org.bukkit.entity.EntityType)}.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public void setCreatureTypeByName(String creatureType);
|
public void setCreatureTypeByName(String creatureType);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the spawner's creature type.
|
* Get the spawner's creature type.
|
||||||
*
|
*
|
||||||
* @return The creature type's name.
|
* @return The creature type's name.
|
||||||
|
* @deprecated magic value, use {@link #getSpawnedType()}.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public String getCreatureTypeName();
|
public String getCreatureTypeName();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user