Uses of Interface
dev.wyck.level.dimension.Infiniburn
Packages that use Infiniburn
-
Uses of Infiniburn in dev.wyck.level.dimension
Fields in dev.wyck.level.dimension declared as InfiniburnModifier and TypeFieldDescriptionstatic final InfiniburnInfiniburn.ENDstatic final InfiniburnInfiniburn.NETHERstatic final InfiniburnInfiniburn.OVERWORLDMethods in dev.wyck.level.dimension that return InfiniburnModifier and TypeMethodDescriptionInfiniburn.Builder.build()Builds the infiniburn.Dimension.infiniburn()A tag of blocks that will burn infinitely in this dimension type.DimensionImpl.infiniburn()static InfiniburnInfiniburn.of(ResourceKey key) Blocks that can burn infinitely in this dimension.static InfiniburnCreates a reference to a registered infiniburn.static InfiniburnBlocks that can burn infinitely in this dimension.static InfiniburnCreates a reference to a registered infiniburn.Methods in dev.wyck.level.dimension with parameters of type InfiniburnModifier and TypeMethodDescriptionDimension.Builder.infiniburn(Infiniburn infiniburn) Sets the infiniburn of this dimension type.Constructors in dev.wyck.level.dimension with parameters of type InfiniburnModifierConstructorDescriptionBuilder(Infiniburn infiniburn) DimensionImpl(ResourceKey resourceKey, boolean hasFixedTime, boolean hasSkyLight, boolean hasCeiling, boolean hasEnderDragonFight, double coordinateScale, int minY, int height, int logicalHeight, Infiniburn infiniburn, float ambientLight, MonsterSettings monsterSettings, Skybox skybox, CardinalLightType cardinalLightType, EnvironmentAttributeMap attributes, TagSet<Timeline> timelines, @Nullable WorldClock defaultClock)