Class StaticTropicalFishPattern
java.lang.Object
com.github.retrooper.packetevents.protocol.mapper.AbstractMappedEntity
com.github.retrooper.packetevents.protocol.entity.tropicalfish.StaticTropicalFishPattern
- All Implemented Interfaces:
TropicalFishPattern
,MappedEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.github.retrooper.packetevents.protocol.entity.tropicalfish.TropicalFishPattern
TropicalFishPattern.Base
-
Field Summary
Fields inherited from class com.github.retrooper.packetevents.protocol.mapper.AbstractMappedEntity
data
-
Constructor Summary
ConstructorsConstructorDescriptionStaticTropicalFishPattern
(@Nullable TypesBuilderData data, TropicalFishPattern.Base base) -
Method Summary
Methods inherited from class com.github.retrooper.packetevents.protocol.mapper.AbstractMappedEntity
equals, getId, getName, getRegistryData, hashCode, isRegistered, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.github.retrooper.packetevents.protocol.mapper.MappedEntity
getId, getName, isRegistered
-
Constructor Details
-
StaticTropicalFishPattern
@Internal public StaticTropicalFishPattern(@Nullable @Nullable TypesBuilderData data, TropicalFishPattern.Base base)
-
-
Method Details
-
getBase
- Specified by:
getBase
in interfaceTropicalFishPattern
-