Package com.xpdustry.distributor.api.key
Interface CTypeKey<T extends mindustry.ctype.MappableContent>
- Type Parameters:
T- the content type
@Immutable
public interface CTypeKey<T extends mindustry.ctype.MappableContent>
Typesafe
ContentType providing the concrete class of a content type.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CTypeKey<mindustry.world.Block>static final CTypeKey<mindustry.type.Item>static final CTypeKey<mindustry.type.Liquid>static final CTypeKey<mindustry.type.Planet>static final CTypeKey<mindustry.type.StatusEffect>static final CTypeKey<mindustry.type.UnitType>static final CTypeKey<mindustry.type.Weather> -
Method Summary
-
Field Details
-
BLOCK
-
UNIT
-
ITEM
-
LIQUID
-
WEATHER
-
STATUS
-
PLANET
-
ALL
-
-
Method Details
-
getKey
-
getContentType
mindustry.ctype.ContentType getContentType()
-