Package-level declarations

Types

Link copied to clipboard
data class BeaconProperties(commonProperties: ICommonProperties, val level: Int) : ICommonProperties, IBeaconProperties

Implementation of IBeaconProperties for beacons.

Link copied to clipboard
data class BookProperties(commonProperties: ICommonProperties, val currentPage: Int, val pageCount: Int) : ICommonProperties, IBookProperties

Implementation of IBookProperties for book items.

Link copied to clipboard

Implementation of IChestBoatProperties for chest boats.

Link copied to clipboard

Implementation of IChestProperties for chests.

Link copied to clipboard

Default implementation of ICommonProperties.

Link copied to clipboard
data class DonkeyProperties(commonProperties: ICommonProperties, horseLikeProperties: IHorseLikeProperties, val hasChest: Boolean) : ICommonProperties, IHorseLikeProperties, IDonkeyProperties

Implementation of IDonkeyProperties for donkeys.

Link copied to clipboard
data class GeneralProperties(val name: String?, val biome: Identifier, val height: Int) : IGeneralProperties

Default implementation of IGeneralProperties.

Link copied to clipboard
data class HorseLikeProperties(val hasSaddle: Boolean) : IHorseLikeProperties

Default implementation of IHorseLikeProperties.

Link copied to clipboard
data class HorseProperties(commonProperties: ICommonProperties, horseLikeProperties: IHorseLikeProperties, val variant: String, val marking: String) : ICommonProperties, IHorseLikeProperties, IHorseProperties

Implementation of IHorseProperties for horses.

Link copied to clipboard

Default implementation of IIndependentProperties.

Link copied to clipboard
data class LecternProperties(commonProperties: ICommonProperties, redstoneComparatorProperties: IRedstoneComparatorProperties, val currentPage: Int, val pageCount: Int) : ICommonProperties, IRedstoneComparatorProperties, IBookProperties

Implementation of IBookProperties for lecterns, plus ICommonProperties and IRedstoneComparatorProperties.

Link copied to clipboard
class LlamaProperties(commonProperties: ICommonProperties, donkeyProperties: IDonkeyProperties, val carpetColor: String?, val variant: String) : ICommonProperties, IDonkeyProperties, ILlamaProperties

Implementation of ILlamaProperties for llamas.

Link copied to clipboard

Default implementation of IRedstoneComparatorProperties.

Link copied to clipboard
data class VillagerProperties(commonProperties: ICommonProperties, val profession: Identifier, val level: Int, val type: Identifier) : ICommonProperties, IVillagerProperties

Implementation of IVillagerProperties for villagers.