Package net.frozenblock.lib.wind.mixin
Class BreezeMixin
java.lang.Object
net.frozenblock.lib.wind.mixin.BreezeMixin
- All Implemented Interfaces:
WindDisturbingEntity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble@Nullable net.minecraft.resources.ResourceLocationdoubledoubleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.frozenblock.lib.wind.api.WindDisturbingEntity
frozenLib$useSyncPacket
-
Constructor Details
-
BreezeMixin
public BreezeMixin()
-
-
Method Details
-
frozenLib$getWindDisturbanceLogicID
@Nullable public @Nullable net.minecraft.resources.ResourceLocation frozenLib$getWindDisturbanceLogicID()- Specified by:
frozenLib$getWindDisturbanceLogicIDin interfaceWindDisturbingEntity- Returns:
- the
ResourceLocationof the registeredWindDisturbanceLogicto use for this entity.
-
frozenLib$getWindWidth
public double frozenLib$getWindWidth()- Specified by:
frozenLib$getWindWidthin interfaceWindDisturbingEntity- Returns:
- the width of the wind disturbance.
-
frozenLib$getWindHeight
public double frozenLib$getWindHeight()- Specified by:
frozenLib$getWindHeightin interfaceWindDisturbingEntity- Returns:
- the height of the wind disturbance.
-
frozenLib$getWindAreaYOffset
public double frozenLib$getWindAreaYOffset()- Specified by:
frozenLib$getWindAreaYOffsetin interfaceWindDisturbingEntity- Returns:
- the vertical offset of the wind disturbance from the entity's center.
-